travs / markdown-pdf

Convert markdown to pdf, png or jpeg on the fly in Atom
MIT License
263 stars 44 forks source link

Links to sections of the document do not work in the PDF #247

Open darkhorrow opened 3 years ago

darkhorrow commented 3 years ago

Issue description

Links to sections inside the document miss their functionality when converted to PDF, not being able to be clicked to move to the referred section.

Steps to reproduce

Convert the Markdown to PDF with a link to a section in the document.

Expected behavior: A clickable link that leads to the referenced section.

Actual behavior: A text with the style of a link, but not clickable.

Input

# Section 1

....
....
....

[Section 1](#Section-1)

Versions

atom: 1.58.0 apm: 2.6.2