From aea6f6802b5c11e59063cc209b2b08ff9f58ee6f Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 8 Dec 2007 19:32:18 +0000 Subject: 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 --- tests/writer.context | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'tests/writer.context') diff --git a/tests/writer.context b/tests/writer.context index 306143f14..a944b2822 100644 --- a/tests/writer.context +++ b/tests/writer.context @@ -159,41 +159,6 @@ nested \stopblockquote This should not be a block quote: 2 \lettermore{} 1. -Box-style: - -\startblockquote - -Example: - -\starttyping -sub status { - print "working"; -} -\stoptyping - -\stopblockquote -\startblockquote - -\startitemize[n][stopper=.] -\item - do laundry -\item - take out the trash -\stopitemize - -\stopblockquote -Here's a nested one: - -\startblockquote - -Joe said: - -\startblockquote - -Don't quote me. - -\stopblockquote -\stopblockquote And a following paragraph. \thinrule -- cgit v1.2.3