I'm using gfm-pdf v0.3.4, and GitHub pages (Jekyll) for page generation.
Having some troubles with anchors I use as ToC, the anchors contains Swedish letters.
Edit: Also colons, semi-colons, etc too
I avoid this problem in my markdown file because I remove the letters from the urls, however gfm-pdf replaces the letters. Breaking the links in the pdf file. I've done some testing and using the PDF+HTML option in gfm-pdf I came to that conclusion.
I'm using gfm-pdf v0.3.4, and GitHub pages (Jekyll) for page generation.
Having some troubles with anchors I use as ToC, the anchors contains Swedish letters. Edit: Also colons, semi-colons, etc too
I avoid this problem in my markdown file because I remove the letters from the urls, however gfm-pdf replaces the letters. Breaking the links in the pdf file. I've done some testing and using the
PDF+HTML
option in gfm-pdf I came to that conclusion.Example:
.md:
.md - html output (Jekyll):
.html - gfm-pdf output:
Is there anything I can make the gfm-pdf output to remove the letters, instead of replacing it with dashes?