diff options
Diffstat (limited to 't/fmt/txt-markdown/Basic.norm')
-rw-r--r-- | t/fmt/txt-markdown/Basic.norm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/t/fmt/txt-markdown/Basic.norm b/t/fmt/txt-markdown/Basic.norm new file mode 100644 index 0000000..5653495 --- /dev/null +++ b/t/fmt/txt-markdown/Basic.norm @@ -0,0 +1,25 @@ +% The document title +% The document first author + The document second author + +A nice title +============ + +The first paragraph. + +The second paragraph. + + * Some bullet point + * Another bullet point with a second line, which is so long that it should + get wrapped by the output of po4a + * A third bullet point + +# Another title with different markup + +## Subtitle + +And more text in a paragraph. + +This is a [link][] with long URL. + +[link]: https://example.com/sooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo/long |