mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-23 15:14:49 +01:00
Squashed 'CTFd/themes/core-beta/' changes from 9126d77d..5ce3003b
5ce3003b Merge pull request #47 from aCursedComrade/patch-1 c9887cb1 Fix team template git-subtree-dir: CTFd/themes/core-beta git-subtree-split: 5ce3003b4d68352e629ee2d390bc999e7d6b071e
This commit is contained in:
12
assets/js/theme/highlight.js
Normal file
12
assets/js/theme/highlight.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import CTFd from "../index";
|
||||
import lolight from "lolight";
|
||||
|
||||
export default () => {
|
||||
if (
|
||||
// default to true if config is not defined yet
|
||||
!CTFd.config.themeSettings.hasOwnProperty("use_builtin_code_highlighter") ||
|
||||
CTFd.config.themeSettings.use_builtin_code_highlighter === true
|
||||
) {
|
||||
lolight("pre code");
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user