diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
commit | 5df6c2aefebe3d2abcc939a88e294876d59f03ca (patch) | |
tree | 63fb332a0f21ddb91cb789c80cf64e134d373463 /t/fmt/txt-markdown/Rules.norm | |
parent | Initial commit. (diff) | |
download | po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.tar.xz po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.zip |
Adding upstream version 0.72.upstream/0.72
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/fmt/txt-markdown/Rules.norm')
-rw-r--r-- | t/fmt/txt-markdown/Rules.norm | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/t/fmt/txt-markdown/Rules.norm b/t/fmt/txt-markdown/Rules.norm new file mode 100644 index 0000000..818dbfd --- /dev/null +++ b/t/fmt/txt-markdown/Rules.norm @@ -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 +- * * * |