diff options
author | Clare Macrae <github@cfmacrae.fastmail.co.uk> | 2014-07-02 21:40:12 +0100 |
---|---|---|
committer | Clare Macrae <github@cfmacrae.fastmail.co.uk> | 2014-07-02 21:40:12 +0100 |
commit | 61cc983bea706eb4ce7cedcc61824f8dc39c226f (patch) | |
tree | ee6a729146c62fb2028c36ac7e4fa70f5af1babc /tests/writer.dokuwiki | |
parent | d234157d25e13cdb84e96404dfae610c1ad4b4d6 (diff) | |
download | pandoc-61cc983bea706eb4ce7cedcc61824f8dc39c226f.tar.gz |
DokuWiki writer: Retain unknown RawBlock and RawInline text
This added \cite and \begin latex to the testuite output.
Diffstat (limited to 'tests/writer.dokuwiki')
-rw-r--r-- | tests/writer.dokuwiki | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki index b382c5120..dc23da1e2 100644 --- a/tests/writer.dokuwiki +++ b/tests/writer.dokuwiki @@ -424,7 +424,7 @@ Ellipses…and…and…. ====== LaTeX ====== - * + * \cite[22-23]{smith.1899} * <math>2+2=4</math> * <math>x \in y</math> * <math>\alpha \wedge \omega</math> @@ -442,7 +442,11 @@ These shouldn’t be math: Here’s a LaTeX table: - +\begin{tabular}{|l|l|}\hline +Animal & Number \\ \hline +Dog & 2 \\ +Cat & 1 \\ \hline +\end{tabular} ---- |