webgen v4.0.7 Changed parameters for markdown to have a standard lineending and footnotes
This commit is contained in:
parent
94cb455f9e
commit
bf42a1b6c9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ spellcheckparam = "-c"
|
||||||
# markdown-in-html, numbering, pyshell, smarty-pants, spoiler, strike,
|
# markdown-in-html, numbering, pyshell, smarty-pants, spoiler, strike,
|
||||||
# tag-friendly, tables, toc, use-file-vars, wiki-tables, xml
|
# tag-friendly, tables, toc, use-file-vars, wiki-tables, xml
|
||||||
|
|
||||||
markdown.Markdown.extras = ["break-on-newline"]
|
markdown.Markdown.extras = ["footnotes","break-on-newline"]
|
||||||
|
|
||||||
fileending = ""
|
fileending = ""
|
||||||
locale.setlocale(locale.LC_ALL, "")
|
locale.setlocale(locale.LC_ALL, "")
|
||||||
|
|
Loading…
Add table
Reference in a new issue