Markdown doesn’t do that. Markdown input is plain text and the output is HTML, including some HTML entities, but not double-encoded such that they would be visible when rendered as HTML.
If you are seeing entities in code blocks in the web pages you created with Prose (which I haven’t tried), then do report the bug to Prose’s maintainer(s). Alan On Jan 27, 2019, 1:26 AM -0800, Clement Yui-Wah Lee <[email protected]>, wrote: > Hi > > I am using markdown indirectly via Prose.io > > I noticed that Prose (or markdown?) turned my slash (/) into / and my > double quote (") into " > This happened when the markdown is within a code block. Such as > GET https://company.io/api/2.0/resource > And in Prose it got turned into > GET https://company.io/api/2.0/resource > How can I avoid that? I googled a bit and searched a bit on the documentation > of Prose but the answer is not obvious to me. Thanks in advance! > > Virus-free. www.avg.com > _______________________________________________ > Markdown-Discuss mailing list > [email protected] > https://pairlist6.pair.net/mailman/listinfo/markdown-discuss
_______________________________________________ Markdown-Discuss mailing list [email protected] https://pairlist6.pair.net/mailman/listinfo/markdown-discuss
