1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

CommonMark escapes double-quotes

This commit is contained in:
Aidan Woods
2019-01-27 18:02:32 +00:00
parent d6c97ee111
commit 2e0ad27c5e
6 changed files with 16 additions and 6 deletions

View File

@@ -3,4 +3,4 @@
$message = 'Hello World!';
echo $message;
echo "following a blank line";</code></pre>
echo &quot;following a blank line&quot;;</code></pre>