comwes / mkpdfs-mkdocs-plugin

Converts your mkdocs documentation in PDF, to be shared with users
https://comwes.github.io/mkpdfs-mkdocs-plugin
GNU General Public License v3.0
103 stars 36 forks source link

Add recursive title lookup and html builder for debugging #58

Closed Ymil closed 1 year ago

Ymil commented 1 year ago

Hi People! Thank you very much for the great tool that you have open to the world. I made some changes so that the tool works well with my project, I hope it helps you.

Add recursion in the title search because information was lost when using nested titles.

In this image I leave an example of nested titles. image

And here, on the left you can see what happens with the original version and on the right with the recursion.

2023-01-14_11-49

I added the HTML generation because it's easier for me when it comes to editing the HTML.

I'm waiting for your answer, cheers.!

Ymil commented 1 year ago

PR Move to fork: https://github.com/jurgenwigg/mkpdfs2-mkdocs-plugin/pull/4