diff options
Diffstat (limited to 'MarkdownTest/Tests/Code Spans.html')
-rw-r--r-- | MarkdownTest/Tests/Code Spans.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MarkdownTest/Tests/Code Spans.html b/MarkdownTest/Tests/Code Spans.html new file mode 100644 index 0000000..b057457 --- /dev/null +++ b/MarkdownTest/Tests/Code Spans.html @@ -0,0 +1,5 @@ +<p><code><test a="</code> content of attribute <code>"></code></p> + +<p>Fix for backticks within HTML tag: <span attr='`ticks`'>like this</span></p> + +<p>Here's how you put <code>`backticks`</code> in a code span.</p> |