diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-06-19 16:36:42 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-06-19 16:36:42 +0200 |
commit | 3cd1ade78e64a86364d2b3d33ab4e7338f64ab95 (patch) | |
tree | e19e57895fdbca7ccee3a1205fa2f67cf6d01f35 /mkdocs.yml | |
parent | ef054635fa74005a04e85eba4b7f478f64981d57 (diff) |
enable markdown extensions permalink codehilite
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ site_name: System features repo_url: https://source.couchdesign.dk/features.git/ +markdown_extensions: + - toc: + permalink: 'ยง' + - codehilite: + guess_lang: False nav: - Introductions: - Account: 'account/index.md' |