Skip to content

Commit

Permalink
docs: Respect nl2br syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Oct 15, 2023
1 parent be9746c commit 4c57725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
content_md = content_file.read_text(encoding="utf-8")

# setup markdown parser
md = markdown.Markdown(extensions=["extra"])
md = markdown.Markdown(extensions=["extra", "nl2br"])

# parse markdown content
content_html = md.convert(content_md)
Expand Down

0 comments on commit 4c57725

Please sign in to comment.