config: enable code highlighting with Dracula theme in markdown
This commit is contained in:
parent
77430eb945
commit
23b333bfae
1 changed files with 2 additions and 4 deletions
|
|
@ -28,6 +28,8 @@ include_content = true # include rendered content of page/section in index
|
|||
# truncate_content_length = 100 # Truncate at nth character. May be useful if index is getting too large.
|
||||
|
||||
[markdown]
|
||||
highlight_code = true
|
||||
highlight_theme = "dracula"
|
||||
render_emoji = false
|
||||
external_links_target_blank = true # rel="noopener"
|
||||
external_links_no_follow = false # rel="nofollow"
|
||||
|
|
@ -39,10 +41,6 @@ extra_syntaxes_and_themes = [
|
|||
"syntaxes/Sublime-console",
|
||||
]
|
||||
|
||||
[markdown.highlighting]
|
||||
theme = "dracula"
|
||||
style = "inline"
|
||||
|
||||
[extra]
|
||||
# Put all your custom variables here
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue