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.latex | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'tests/writer.latex') diff --git a/tests/writer.latex b/tests/writer.latex index 0d19d6296..4c9f2187e 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -100,35 +100,6 @@ nested \end{quote} This should not be a block quote: 2 \textgreater{} 1. -Box-style: - -\begin{quote} -Example: - -\begin{verbatim} -sub status { - print "working"; -} -\end{verbatim} -\end{quote} -\begin{quote} -\begin{enumerate}[1.] -\item - do laundry -\item - take out the trash -\end{enumerate} -\end{quote} -Here's a nested one: - -\begin{quote} -Joe said: - -\begin{quote} -Don't quote me. - -\end{quote} -\end{quote} And a following paragraph. \begin{center}\rule{3in}{0.4pt}\end{center} -- cgit v1.2.3