pandoc/src
John MacFarlane c19c6fdc50 Markdown reader: look for raw html/latex blocks before tables.
Otherwise the following gets parsed as a table:

\begin{code}
--------------
-- My comment.
\end{code}

Closes #578.
2012-08-04 10:49:05 -07:00
..
Text Markdown reader: look for raw html/latex blocks before tables. 2012-08-04 10:49:05 -07:00
pandoc.hs Added --disable and --enable options for markdown extensions. 2012-07-27 10:49:53 -07:00