Skip to content

Commit

Permalink
removed md_mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
Descent098 committed Jul 30, 2022
1 parent a421504 commit d613264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ezcv/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ class Markdown(Content):
html, metadata = Markdown().get_content('file_1.md')
```
"""
md:markdown.Markdown = markdown.Markdown(extensions=['meta', 'footnotes', 'tables', 'toc', 'abbr', 'def_list', 'sane_lists', "mdx_math", "md_mermaid"]) # Setup markdown parser with extensions
md:markdown.Markdown = markdown.Markdown(extensions=['meta', 'footnotes', 'tables', 'toc', 'abbr', 'def_list', 'sane_lists', "mdx_math"]) # Setup markdown parser with extensions
extensions:List[str] = (".md", ".markdown", ".mdown", ".mkdn", ".mkd", ".mdwn")


Expand Down

0 comments on commit d613264

Please sign in to comment.