diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-12-08 19:32:18 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-12-08 19:32:18 +0000 |
commit | aea6f6802b5c11e59063cc209b2b08ff9f58ee6f (patch) | |
tree | f7b9bbe5c97147f42586d558e217dad5d014143b /tests/writer.docbook | |
parent | 1fa54ab190cf4cc288c44703c581f214106a5d1e (diff) | |
download | pandoc-aea6f6802b5c11e59063cc209b2b08ff9f58ee6f.tar.gz |
Removed support for "box-style" block quotes in markdown.
This adds unneeded complexity and makes pandoc diverge further
than necessary from other markdown extensions.
Brought documentation, tests, and debian/changelog up to date.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1141 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.docbook')
-rw-r--r-- | tests/writer.docbook | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/tests/writer.docbook b/tests/writer.docbook index 16486925f..458f8a252 100644 --- a/tests/writer.docbook +++ b/tests/writer.docbook @@ -125,46 +125,6 @@ sub status { This should not be a block quote: 2 > 1. </para> <para> - Box-style: - </para> - <blockquote> - <para> - Example: - </para> - <screen> -sub status { - print "working"; -} -</screen> - </blockquote> - <blockquote> - <orderedlist numeration="arabic"> - <listitem> - <para> - do laundry - </para> - </listitem> - <listitem> - <para> - take out the trash - </para> - </listitem> - </orderedlist> - </blockquote> - <para> - Here's a nested one: - </para> - <blockquote> - <para> - Joe said: - </para> - <blockquote> - <para> - Don't quote me. - </para> - </blockquote> - </blockquote> - <para> And a following paragraph. </para> </section> |