diff options
| author | Yan Pas <yanp.bugz@gmail.com> | 2018-05-12 11:42:39 +0300 |
|---|---|---|
| committer | Yan Pas <yanp.bugz@gmail.com> | 2018-05-12 11:42:39 +0300 |
| commit | b0b41cbbe6e316d63f196d8043b636a9050376fc (patch) | |
| tree | 1226053cabecb78399fdc1bc3f28a224e55d34ba /test/command | |
| parent | ad19166bc308a2428bd040851a2a97c76e8873f9 (diff) | |
| parent | a00ca6f0d8e83821d9be910f1eebf3d3cdd1170f (diff) | |
| download | pandoc-b0b41cbbe6e316d63f196d8043b636a9050376fc.tar.gz | |
Merge branch 'master' into groff_reader
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/3510-src.hs.orig | 1 | ||||
| -rw-r--r-- | test/command/4637.md | 6 | ||||
| -rw-r--r-- | test/command/4639.md | 10 |
3 files changed, 16 insertions, 1 deletions
diff --git a/test/command/3510-src.hs.orig b/test/command/3510-src.hs.orig deleted file mode 100644 index ad5744b80..000000000 --- a/test/command/3510-src.hs.orig +++ /dev/null @@ -1 +0,0 @@ -putStrLn outString diff --git a/test/command/4637.md b/test/command/4637.md new file mode 100644 index 000000000..892b060a1 --- /dev/null +++ b/test/command/4637.md @@ -0,0 +1,6 @@ +``` +% pandoc -t latex +more \indextext{dogs}' than \indextext{cats}' +^D +more \indextext{dogs}' than \indextext{cats}' +``` diff --git a/test/command/4639.md b/test/command/4639.md new file mode 100644 index 000000000..c35df1749 --- /dev/null +++ b/test/command/4639.md @@ -0,0 +1,10 @@ +``` +% pandoc -t html --mathjax +\begin{equation} + E=mc^2 +\end{equation} +^D +<p><span class="math display">\[\begin{equation} + E=mc^2 +\end{equation}\]</span></p> +``` |
