diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki index e881f3510..bacece683 100644 --- a/tests/writer.dokuwiki +++ b/tests/writer.dokuwiki @@ -229,69 +229,43 @@ B. Williams Tight using spaces: -; apple -: red fruit -; orange -: orange fruit -; banana -: yellow fruit + * **apple** red fruit + * **orange** orange fruit + * **banana** yellow fruit Tight using tabs: -; apple -: red fruit -; orange -: orange fruit -; banana -: yellow fruit + * **apple** red fruit + * **orange** orange fruit + * **banana** yellow fruit Loose: -; apple -: red fruit -; orange -: orange fruit -; banana -: yellow fruit + * **apple** red fruit + * **orange** orange fruit + * **banana** yellow fruit Multiple blocks with italics: -
-
//apple//
-

red fruit

-

contains seeds, crisp, pleasant to taste

-
//orange//
-

orange fruit

-{ orange code block } -

orange block quote

+ * **apple** red fruitcontains seeds, crisp, pleasant to taste + * **orange** orange fruit +{ orange code block } +orange block quote Multiple definitions, tight: -; apple -: red fruit -: computer -; orange -: orange fruit -: bank + * **apple** red fruit computer + * **orange** orange fruitbank Multiple definitions, loose: -; apple -: red fruit -: computer -; orange -: orange fruit -: bank + * **apple** red fruit computer + * **orange** orange fruit bank Blank line after term, indented marker, alternate markers: -; apple -: red fruit -: computer -; orange -: orange fruit -; ; - sublist -; ; - sublist + * **apple** red fruit computer + * **orange** orange fruit sublist sublist ====== HTML Blocks ======