diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-06-10 11:29:00 +0200 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2022-06-10 11:29:00 +0200 |
| commit | 2200b9c8ffd44cb474aa804333721ce16fd09776 (patch) | |
| tree | 0cc62450c1a6968bca1b68b58a34b96e9ba84c3c /test | |
| parent | 7e6ccda6d99c4bc11e1847a669f2fd8c76816a66 (diff) | |
TikiWiki: support underlined text
Diffstat (limited to 'test')
| -rw-r--r-- | test/tikiwiki-reader.native | 7 | ||||
| -rw-r--r-- | test/tikiwiki-reader.tikiwiki | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/test/tikiwiki-reader.native b/test/tikiwiki-reader.native index 3a3f1038f..db3f97fa1 100644 --- a/test/tikiwiki-reader.native +++ b/test/tikiwiki-reader.native @@ -101,6 +101,13 @@ Pandoc ] , Header 1 + ( "other-inlines" , [] , [] ) + [ Str "other" , Space , Str "inlines" ] + , Para + [ Underline [ Str "underlined" , Space , Str "text" ] ] + , Para [ Strikeout [ Str "strikeout" ] ] + , Header + 1 ( "horizontal-rule" , [] , [] ) [ Str "horizontal" , Space , Str "rule" ] , Para [ Str "top" ] diff --git a/test/tikiwiki-reader.tikiwiki b/test/tikiwiki-reader.tikiwiki index d1971feb1..d2a5c6ed3 100644 --- a/test/tikiwiki-reader.tikiwiki +++ b/test/tikiwiki-reader.tikiwiki @@ -28,6 +28,12 @@ __strong with ''emph''__ ''__strong inside__ emph'' +! other inlines + +===underlined text=== + +--strikeout-- + ! horizontal rule top |
