forked from mCaptcha/website
feat: enable syntax highlighting
This commit is contained in:
parent
2b1250bc6f
commit
9ebae72c46
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
@import "components/alerts";
|
||||
@import "components/buttons";
|
||||
@import "components/code";
|
||||
// @import "components/syntax";
|
||||
@import "components/syntax";
|
||||
@import "components/comments";
|
||||
@import "components/forms";
|
||||
@import "components/images";
|
||||
|
|
|
@ -58,9 +58,9 @@ rel = "sitemap"
|
|||
guessSyntax = false
|
||||
hl_Lines = ""
|
||||
lineNoStart = 1
|
||||
lineNos = false
|
||||
lineNumbersInTable = true
|
||||
noClasses = false
|
||||
lineNos = true
|
||||
lineNumbersInTable = false
|
||||
noClasses = true
|
||||
style = "dracula"
|
||||
tabWidth = 4
|
||||
|
||||
|
|
Loading…
Reference in a new issue