aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.html
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-12-08 19:32:18 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-12-08 19:32:18 +0000
commitaea6f6802b5c11e59063cc209b2b08ff9f58ee6f (patch)
treef7b9bbe5c97147f42586d558e217dad5d014143b /tests/writer.html
parent1fa54ab190cf4cc288c44703c581f214106a5d1e (diff)
downloadpandoc-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.html')
-rw-r--r--tests/writer.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/tests/writer.html b/tests/writer.html
index 44a4b3335..890ce258c 100644
--- a/tests/writer.html
+++ b/tests/writer.html
@@ -105,37 +105,6 @@ ol.upper-roman { list-style-type: upper-roman; }
><p
>This should not be a block quote: 2 &gt; 1.</p
><p
- >Box-style:</p
- ><blockquote
- ><p
- >Example:</p
- ><pre
- ><code
- >sub status {
- print &quot;working&quot;;
-}
-</code
- ></pre
- ></blockquote
- ><blockquote
- ><ol class="decimal"
- ><li
- >do laundry</li
- ><li
- >take out the trash</li
- ></ol
- ></blockquote
- ><p
- >Here&rsquo;s a nested one:</p
- ><blockquote
- ><p
- >Joe said:</p
- ><blockquote
- ><p
- >Don&rsquo;t quote me.</p
- ></blockquote
- ></blockquote
- ><p
>And a following paragraph.</p
><hr
/><h1 id="code-blocks"