You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Markdox produces markdown with the single quotes changed to '
And since the this markdown is placed in a <pre><code>...</code></pre> block when the .md file is included in an HTML page using the markdownify plugin in Jekyll, the ' is seen in the final output:
Kind of related to this issue ... for some reason if I have a javascript object literal containing key or values defined with single quotes, the parser stops parsing the rest of the document ... not sure why
When I have the following code block:
Markdox produces markdown with the single quotes changed to
'
And since the this markdown is placed in a
<pre><code>...</code></pre>
block when the .md file is included in an HTML page using the markdownify plugin in Jekyll, the'
is seen in the final output:I'm using Markdox via the grunt-markdox task: https://npmjs.org/package/grunt-markdox
Why does Markdox change quotes and double quotes?
The text was updated successfully, but these errors were encountered: