summaryrefslogtreecommitdiff
path: root/tests/writer.man
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-07 23:34:54 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-07 23:34:54 +0000
commit05436988950d271f8a55ee48b4d7794da9b40172 (patch)
tree61b4489961b7c0d8fa0e0b33fb416c623bdbe1a8 /tests/writer.man
parent5082b5411bdb1acb5b0dba9cbdfa346b96f1e309 (diff)
Don't print raw HTML in man output.
Resolves Issue #183. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1657 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.man')
-rw-r--r--tests/writer.man66
1 files changed, 0 insertions, 66 deletions
diff --git a/tests/writer.man b/tests/writer.man
index aa3cbf647..692f8f036 100644
--- a/tests/writer.man
+++ b/tests/writer.man
@@ -439,45 +439,18 @@ sublist
.SH HTML Blocks
.PP
Simple block on one line:
-<div>
foo
-</div>
-
.PP
And nested without indentation:
-<div>
-<div>
-<div>
foo
-</div>
-</div>
-<div>
bar
-</div>
-</div>
-
.PP
Interpreted markdown in a table:
-<table>
-<tr>
-<td>
This is \f[I]emphasized\f[]
-</td>
-<td>
And this is \f[B]strong\f[]
-</td>
-</tr>
-</table>
-
-<script type="text/javascript">document.write('This *should not* be interpreted as markdown');</script>
-
.PP
Here's a simple block:
-<div>
-
foo
-</div>
-
.PP
This should be a code block, though:
.PP
@@ -494,30 +467,11 @@ As should this:
\f[]
.PP
Now, nested:
-<div>
- <div>
- <div>
-
foo
-</div>
- </div>
-</div>
-
.PP
This should just be an HTML comment:
-<!-- Comment -->
-
.PP
Multiline:
-<!--
-Blah
-Blah
--->
-
-<!--
- This is another comment.
--->
-
.PP
Code block:
.PP
@@ -526,8 +480,6 @@ Code block:
\f[]
.PP
Just plain comment, with trailing spaces on the line:
-<!-- foo -->
-
.PP
Code:
.PP
@@ -536,24 +488,6 @@ Code:
\f[]
.PP
Hr's:
-<hr>
-
-<hr />
-
-<hr />
-
-<hr>
-
-<hr />
-
-<hr />
-
-<hr class="foo" id="bar" />
-
-<hr class="foo" id="bar" />
-
-<hr class="foo" id="bar">
-
.PP
* * * * *
.SH Inline Markup