diff options
Diffstat (limited to 'tests/MarkdownTest_1.0.3/Tests/Code Spans.html')
-rw-r--r-- | tests/MarkdownTest_1.0.3/Tests/Code Spans.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/MarkdownTest_1.0.3/Tests/Code Spans.html b/tests/MarkdownTest_1.0.3/Tests/Code Spans.html new file mode 100644 index 000000000..4b8afbb70 --- /dev/null +++ b/tests/MarkdownTest_1.0.3/Tests/Code Spans.html @@ -0,0 +1,6 @@ +<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> + |