Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/7ma7X/HugoTeX.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index df7fc90..d9e466d 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,13 @@ footnoteReturnLinkContents = "^"
tag = "tags"
series = "series"
+[markup]
+ [markup.goldmark]
+ [markup.goldmark.renderer]
+ unsafe = true
+ [markup.highlight]
+ style = "paraiso-dark" # syntax highlighting style
+
[Params]
darkmode = true # set true if you prefer dark mode
```