cakebake / markdown-themeable-pdf

ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
https://atom.io/packages/markdown-themeable-pdf
133 stars 37 forks source link

Feature Request: generate pdf menu base on markdown title #57

Closed ybak closed 7 years ago

ybak commented 8 years ago

Thanks for your great work. It would be better if the generated pdf includes menu base on markdown title. like:

# h1
## h2
# h1'
## h2'
### h3'

will generate pdf menu:

h1
--h2
h1'
--h2'
----h3

Thanks.

cakebake commented 7 years ago

I think - duplicate of #65