diff options
Diffstat (limited to 'tests2/php-markdown-cases-new/Backslash escapes.txt')
-rw-r--r-- | tests2/php-markdown-cases-new/Backslash escapes.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests2/php-markdown-cases-new/Backslash escapes.txt b/tests2/php-markdown-cases-new/Backslash escapes.txt new file mode 100644 index 0000000..a5e769b --- /dev/null +++ b/tests2/php-markdown-cases-new/Backslash escapes.txt @@ -0,0 +1 @@ +Tricky combinaisons:
backslash with \\-- two dashes
backslash with \\> greater than
\\\[test](not a link)
\\\*no emphasis*
\ No newline at end of file |