Escaping # in URL when generating PDF
I am using Marked v 2.5.35.
I have a URL in my markdown doc like this which has a # symbol in it:-
repoHost/repo/path/Some.java#lines-139:142
I am using the Discount processor and the Github style and generating a PDF.
The # symbol gets replaced by the escape code %23 which breaks the link.
Any ideas on how to avoid this escaping of the # char in my generated PDF?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 19 Dec, 2019 08:58 PM
I'm not seeing any similar escaping occurring. Does this happen in the
preview? Can you provide sample documents showing the issue?
-Brett