webgen v4.0.7 Changed parameters for markdown to have a standard lineending and footnotes

This commit is contained in:
Wolfgang Nowak 2022-09-13 04:55:32 +02:00
parent 94cb455f9e
commit bf42a1b6c9

View file

@ -31,7 +31,7 @@ spellcheckparam = "-c"
# markdown-in-html, numbering, pyshell, smarty-pants, spoiler, strike,
# tag-friendly, tables, toc, use-file-vars, wiki-tables, xml
markdown.Markdown.extras = ["break-on-newline"]
markdown.Markdown.extras = ["footnotes","break-on-newline"]
fileending = ""
locale.setlocale(locale.LC_ALL, "")