diff --git a/.gitignore b/.gitignore index 9f11b75..e46617c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ .idea/ +__pycache__/ +build/ +dist/ +mdx_bib.egg-info/ diff --git a/mdx_bib.py b/mdx_bib.py index c7f9e80..c476b64 100644 --- a/mdx_bib.py +++ b/mdx_bib.py @@ -195,11 +195,11 @@ def extendMarkdown(self, md): self.parser = md.parser self.md = md - md.preprocessors.add("mdx_bib", CitationsPreprocessor(self.bib), "