Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 854 Bytes

FAQ.md

File metadata and controls

19 lines (10 loc) · 854 Bytes

Frequently Asked Questions


Can i develope custom themes without using the build system ?

A: YES! the themes only depends on CSS. You can develope your own ones via pure CSS, LESS or SCSS. But in case you want to contribute to the project, using of the build-system and default theme structure is mandatory


Can i develope custom languages support files without using the build system ?

A: NO! Compared to EnlighterJS v2 it is not longer possible to add custom language files to your page by just including the javascript files. This is caused by the new systems architecture (monolithic library) of EnlighterJS v3 - everything (classes, namespaces, languages) is isolated from the page and not exposed as global variable.