I noticed that Prose 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!
(I am providing my own answer here)
Hi I found out the problem was only with the preview within
Prose.io. If I use the "more realistic preview" by going toThen the slashes and double quotes are actually rendered correctly. Thanks!