diff options
Diffstat (limited to 'tests/writer.dokuwiki')
-rw-r--r-- | tests/writer.dokuwiki | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki index c18e95128..3e47ee7ee 100644 --- a/tests/writer.dokuwiki +++ b/tests/writer.dokuwiki @@ -274,21 +274,16 @@ Blank line after term, indented marker, alternate markers: Simple block on one line: -<div> foo -</div> + And nested without indentation: -<div> -<div> -<div> foo -</div> -</div> -<div> + + bar -</div> -</div> + + Interpreted markdown in a table: <html> @@ -309,9 +304,8 @@ And this is **strong** </html> Here’s a simple block: -<div> foo -</div> + This should be a code block, though: <code><div> @@ -322,13 +316,10 @@ As should this: <code><div>foo</div></code> Now, nested: -<div> -<div> -<div> foo -</div> -</div> -</div> + + + This should just be an HTML comment: <html> |