Closed thegrima closed 4 years ago
Hi @thegrima;
Thanks for your report and the provided fix. I'll manage to insert this fix in the upcoming release as soon as I have few time to work on the project.
KR, Gerry N.
I had the same issue, @thegrima thank you for solving. And ofc @comwes thank you for building this, it saved me so much work. I had school project documented via mkdocs, but they wanted the documentation in pdf in the final submission. 40 pages, you are a savior
Using mkpdfs-mkdocs 1.0.1 Using mkdocs 1.0.4 Using python 3.8.1
When trying to use mkpdfs-mkdocs on our project, i've encoutered an exception :
After a little code hacking i've managed to identify the issue seems to happens on this type of links in our markdown :
# [More…](./#!/62GettingValues#meta-and-internalmeta)
I've managed to bypass the problem by patching preprocessor\links\transform.py like this :
to :
Hope this helps