-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
strange behavior - results in wrong inline numbering #107
Comments
In quads third element is always 1:
because of: mkdocs-bibtex/src/mkdocs_bibtex/plugin.py Line 144 in 8f73346
so then we get:
|
So then here new_bib is always a dictionary like mkdocs-bibtex/src/mkdocs_bibtex/utils.py Line 169 in 8f73346
|
Here is a new test that fails: https://github.com/epogrebnyak/mkdocs-bibtex/blob/master/test_files/test_two_items.py |
Ooh! Good catch! Thanks for the test as well. I'll go ahead and get this in over the weekend. |
Should be fixed as of v2.0.1 from changes in #108 |
@shyamd - thanks for doing a fix! |
I have paper.bib file like:
and index.md as
but the resulting html is not quite right:
What can be going wrong? I tried runnng mkdocs on bith Windows and WSL. Many thanks for clues.
The text was updated successfully, but these errors were encountered: