diff options
Diffstat (limited to 'tests/writer.mediawiki')
-rw-r--r-- | tests/writer.mediawiki | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/tests/writer.mediawiki b/tests/writer.mediawiki index 7eccc44e8..2f3726285 100644 --- a/tests/writer.mediawiki +++ b/tests/writer.mediawiki @@ -311,22 +311,30 @@ Blank line after term, indented marker, alternate markers: Simple block on one line: <div> + foo -</div> +</div> And nested without indentation: <div> + <div> + <div> + foo + </div> + </div> <div> + bar -</div> + </div> +</div> Interpreted markdown in a table: <table> @@ -345,10 +353,10 @@ And this is '''strong''' Here’s a simple block: <div> - + foo -</div> +</div> This should be a code block, though: <pre><div> @@ -360,14 +368,18 @@ As should this: Now, nested: <div> - <div> - <div> - + +<div> + +<div> + foo + </div> - </div> + </div> +</div> This should just be an HTML comment: <!-- Comment --> |