aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Code Spans.text
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/michelf/php-markdown/test/resources/markdown.mdtest/Code Spans.text')
-rw-r--r--vendor/michelf/php-markdown/test/resources/markdown.mdtest/Code Spans.text5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Code Spans.text b/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Code Spans.text
new file mode 100644
index 000000000..5c229c7ad
--- /dev/null
+++ b/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Code Spans.text
@@ -0,0 +1,5 @@
+`<test a="` content of attribute `">`
+
+Fix for backticks within HTML tag: <span attr='`ticks`'>like this</span>
+
+Here's how you put `` `backticks` `` in a code span. \ No newline at end of file