diff options
Diffstat (limited to 't/fmt/txt-markdown/Rules.trans')
-rw-r--r-- | t/fmt/txt-markdown/Rules.trans | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/t/fmt/txt-markdown/Rules.trans b/t/fmt/txt-markdown/Rules.trans new file mode 100644 index 0000000..5b14202 --- /dev/null +++ b/t/fmt/txt-markdown/Rules.trans @@ -0,0 +1,71 @@ +HERE ARE THREE HORISONTAL RULES / THEMATIC BREAKS: +*** +--- +___ +THIS IS A PARAGRAPH ++++ +WHICH CONTINUES +=== +AND CONTINUES +-- +** +__ +UNTIL HERE + +HERE ARE THREE MORE RULES: + *** + *** + *** +BUT THIS IS CODE: + + *** + +AND THIS IS A PARAGRAPH: + +FOO + *** + +HERE ARE 5 RULES: +_____________________________________ + - - - + ** * ** * ** * ** +- - - - +- - - - +BUT THESE ARE NOT RULES: + +_ _ _ _ A + +A------ + +---A--- + + *-* + +BELOW IS AN INTERRUPTING RULE: + +- FOO +*** +- BAR + +BELOW IS AN INTERRUPTING RULE: + +FOO +*** +BAR + +BUT THIS IS A HEADER: + +FOO +--- +BAR + +THIS IS INTERRUPTED BY RULE: + +* FOO +* * * +* BAR + +THIS IS A LIST: + +- FOO +- * * * |