Skip to content

Commit

Permalink
use markdown_strict
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam D committed Jul 2, 2021
1 parent 40474b8 commit b723556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs_bibtex/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def to_markdown_pandoc(entry, csl_path):

markdown = pypandoc.convert_text(
source=citation_text,
to="markdown_strict-citations",
to="markdown_strict",
format="md",
extra_args=["--csl", csl_path, "--bibliography", bib_path],
filters=["pandoc-citeproc"],
Expand Down

0 comments on commit b723556

Please sign in to comment.