diff options
author | Alexander <ilabdsf@gmail.com> | 2017-08-09 02:43:50 +0300 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-08-08 16:43:50 -0700 |
commit | 81224a3a73eaf7f71965c1de4cb5d993f1cd2436 (patch) | |
tree | 012226771339f8b476080462e6618ceba84a15b6 | |
parent | b50de96502b3edb27bd06887c0af011fdc76c2c2 (diff) | |
download | pandoc-81224a3a73eaf7f71965c1de4cb5d993f1cd2436.tar.gz |
Muse writer: update test results (#3845)
-rw-r--r-- | test/writer.muse | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/test/writer.muse b/test/writer.muse index fda025812..6ba3beb90 100644 --- a/test/writer.muse +++ b/test/writer.muse @@ -314,11 +314,13 @@ Blank line after term, indented marker, alternate markers: Simple block on one line: -fooAnd nested without indentation: +foo +And nested without indentation: foo -barInterpreted markdown in a table: +bar +Interpreted markdown in a table: <literal style="html"> <table> @@ -380,7 +382,8 @@ As should this: Now, nested: -fooThis should just be an HTML comment: +foo +This should just be an HTML comment: <literal style="html"> <!-- Comment --> |