diff --git a/.gitignore b/.gitignore index 2ae386c9d..2510eccb2 100644 --- a/.gitignore +++ b/.gitignore @@ -65,4 +65,5 @@ maven.properties docs/themes/** docs/public/** docs/content/rest-api/*.html -.gitmodules \ No newline at end of file +.gitmodules +docs/.hugo_build.lock diff --git a/docs/config.toml b/docs/config.toml index 55be69a1c..c44e25f4f 100755 --- a/docs/config.toml +++ b/docs/config.toml @@ -15,7 +15,9 @@ metadataformat = "toml" canonifyurls = false [markup] - defaultMarkdownHandler = "blackfriday" + [markup.goldmark] + [markup.goldmark.extensions] + typographer = true [markup.highlight] codeFences = false @@ -103,9 +105,3 @@ canonifyurls = false name = "Release notes" url = "/release-notes/" weight = 100 - -[blackfriday] - smartypants = true - fractions = false - smartDashes = true - plainIDAnchors = true