-
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
bibtex makes the normal link in mkdocs not working. #289
Comments
Hello, I confirm experiencing the same issue when upgrading from version Also, The version
flowchart LR
one([Text1])
two([Text2])
three([Text3])
one-->two-->three
|
Hello, just to support this bug report. |
I'm able to recreate the link example and will release a fix soon. I'm unable to recreate the mermaid JS example to fail. You run |
thanks @shyamd ! I confirm that your fix in version 4.0.1 has fixed both the normal links and my mermaid JS issue. Much appreciated 🥳 |
I have made a simple example.
The repo directory tree is:
The
mkdocs.yml
file is:The file content of
index.md
contains a normal link:[displaying text](url)
.If I use
mkdocs-bibtex==2.14.5
, the link. ofgoogle
is rendered correctly.But if I use
mkdocs-bibtex==3.0.0
, the link. ofgoogle
is rendered incorrectly.Can you please help with this? Thanks!
The text was updated successfully, but these errors were encountered: