Skip to content

Commit

Permalink
only cut off first numeral
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam D committed Jul 2, 2021
1 parent b723556 commit fcce337
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 @@ -219,5 +219,5 @@ def to_markdown_pandoc(entry, csl_path):
filters=["pandoc-citeproc"],
)

citation = " ".join(markdown[4:].split("\n"))
citation = markdown[4:]
return citation

0 comments on commit fcce337

Please sign in to comment.