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

github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-05 23:10:00 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-05 23:29:59 +0300
commitad1212e33e83a0b032edf0b999a0bc05970179d8 (patch)
tree7b146f16f7fcdbe4e6272b7eb5371223303d9df2 /README.md
parenta1cd690793037cd6893a332081509a5a5debe467 (diff)
Update to Hugo 0.62.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 94f0005..05ec396 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,15 @@
## Use
+The client library used to build the ToC does not handle Unicode very well. To get around this in Hugo >= 0.62.2, put this in your site config:
+
+```toml
+[markup]
+ [markup.goldmark]
+ [markup.goldmark.parser]
+ autoHeadingIDType = "github-ascii"
+```
+
**Note:** this theme requires Hugo >= 0.56.0 to run. If you want to edit the SCSS styles, you need:
* The extended Hugo version.