pandoc/test
John MacFarlane 13dea94a91 Markdown reader: Use "tex" instead of "latex" for raw tex-ish content.
We can't always tell if it's LaTeX, ConTeXt, or plain TeX.
Better just to use "tex" always.

Also changed:

ConTeXt writer: now outputs raw "tex" blocks as well as "context".
(Closes #969).

RST writer: uses ".. raw:: latex" for "tex" content.
(RST doesn't support raw context anyway.)

Note that if "context" or "latex" specifically is desired,
you can still force that in a markdown document by using
the raw attribute (see MANUAL.txt):

    ```{=latex}
    \foo
    ```

Note that this change may affect some filters, if they assume that raw
tex parsed by the Markdown reader will be RawBlock (Format "latex").
In most cases it should be trivial to modify the filters to accept
"tex" as well.
2018-08-15 10:25:12 -07:00
..
command Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. 2018-08-15 10:25:12 -07:00
docx Support underline in docx writer. 2018-05-08 10:17:51 -07:00
epub Use texmath-0.11. 2018-05-10 12:10:35 -07:00
fb2 FB2 writer: convert Plain to Para in annotation 2018-06-12 15:32:30 +03:00
lua Lua Utils module: add function blocks_to_inlines (#4799) 2018-07-30 10:55:25 -07:00
media Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
odt Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
pptx More spellcheck 2018-07-02 19:07:28 +03:00
Tests Muse reader: don't allow digits after closing marker in lightweight markup 2018-08-12 21:20:07 +03:00
bodybg.gif Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
creole-reader.native Creole reader (#4002) 2017-10-29 13:28:50 -04:00
creole-reader.txt Creole reader (#4002) 2017-10-29 13:28:50 -04:00
docbook-reader.docbook Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
docbook-reader.native Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
docbook-xref.docbook Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
docbook-xref.native DocBook reader: metadata handling improvements. 2018-07-30 14:38:38 -07:00
dokuwiki_external_images.dokuwiki Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
dokuwiki_external_images.native Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
dokuwiki_inline_formatting.dokuwiki Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
dokuwiki_inline_formatting.native Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
dokuwiki_multiblock_table.dokuwiki Dokuwiki writer: fix LineBreaks in Tables (#4444) 2018-03-11 18:20:36 -07:00
dokuwiki_multiblock_table.native Dokuwiki writer: fix LineBreaks in Tables (#4444) 2018-03-11 18:20:36 -07:00
haddock-reader.haddock Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
haddock-reader.native Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
html-reader.html Consistent underline for Readers (#2270) 2017-10-27 18:45:00 -04:00
html-reader.native Consistent underline for Readers (#2270) 2017-10-27 18:45:00 -04:00
insert Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
jats-reader.native Remove extraneous, significant whitespace in JATS writer output (#4335) 2018-03-05 09:44:34 -08:00
jats-reader.xml Remove extraneous, significant whitespace in JATS writer output (#4335) 2018-03-05 09:44:34 -08:00
lalune.jpg Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
latex-reader.latex Rewrote LaTeX reader with proper tokenization. 2017-07-07 12:36:00 +02:00
latex-reader.native Make sure \write18 is parsed as raw LaTeX. 2017-07-12 14:50:49 +02:00
lhs-test-markdown.native Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
lhs-test.fragment.html+lhs Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
lhs-test.html Use skylighting 0.7.2. Adjust tests. 2018-06-09 13:34:21 -07:00
lhs-test.html+lhs Use skylighting 0.7.2. Adjust tests. 2018-06-09 13:34:21 -07:00
lhs-test.latex Changes for skylighting-0.5. 2017-12-10 21:13:05 -08:00
lhs-test.latex+lhs Adjusted some tests for last commit. 2017-09-08 16:34:33 -07:00
lhs-test.markdown Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
lhs-test.markdown+lhs Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
lhs-test.native Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
lhs-test.rst RST writer: use more consistent indentation. 2018-04-19 13:47:16 -07:00
lhs-test.rst+lhs RST writer: use more consistent indentation. 2018-04-19 13:47:16 -07:00
markdown-citations.native Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
markdown-citations.txt Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
markdown-reader-more.native Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. 2018-08-15 10:25:12 -07:00
markdown-reader-more.txt Markdown reader: use CommonMark rules for list item nesting. 2017-08-19 15:45:01 -07:00
mediawiki-reader.native Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
mediawiki-reader.wiki Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
movie.jpg Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
opml-reader.native Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
opml-reader.opml Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
pipe-tables.native Markdown: Improved computation of relative cell widths in pipe tables. 2017-12-12 15:36:29 -08:00
pipe-tables.txt Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
rst-reader.native RST reader: improve parsing of inline interpreted text roles. 2018-08-05 09:56:43 -07:00
rst-reader.rst Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
s5-basic.html HTML writer: Use br elements in line blocks... 2017-12-26 08:40:33 -08:00
s5-fancy.html Removed deprecated ancient HTML math methods. 2018-04-25 17:18:56 -07:00
s5-fragment.html Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
s5-inserts.html HTML writer: Use br elements in line blocks... 2017-12-26 08:40:33 -08:00
s5.native Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
tables-rstsubset.native Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.asciidoc Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.context Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.custom Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.docbook4 Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.docbook5 Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.dokuwiki Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
tables.fb2 FB2 writer: represent HorizontalRule as empty line 2018-04-05 19:53:36 +03:00
tables.haddock Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.html4 Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.html5 Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.icml Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.jats Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.latex Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.man Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.markdown Small test suite update. Markdown tables. 2018-04-21 14:16:24 -07:00
tables.mediawiki Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.ms Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.muse Muse writer: Indent tables with one space (#3649) 2017-05-07 21:41:38 +02:00
tables.native Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.opendocument Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
tables.org Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
tables.plain Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.rst Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.rtf Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.tei Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
tables.texinfo Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.textile Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
tables.txt Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
tables.zimwiki ZimWiki writer: removed internal formatting from note and table cells, because ZimWiki does not support it (#3446) 2017-02-15 11:28:02 +01:00
test-pandoc.hs Add FB2 reader (#4539) 2018-04-26 12:33:18 -07:00
testsuite.native Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. 2018-08-15 10:25:12 -07:00
testsuite.txt Added spaced_reference_links extension. 2017-05-25 12:57:31 +02:00
textile-reader.native More spellcheck 2018-07-02 19:07:28 +03:00
textile-reader.textile More spellcheck 2018-07-02 19:07:28 +03:00
tikiwiki-reader.native TikiWiki reader: improve list parsing (#4723) 2018-06-28 13:35:54 +02:00
tikiwiki-reader.tikiwiki Added TikiWiki reader (#3800) 2017-07-21 10:09:54 +02:00
twiki-reader.native Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
twiki-reader.twiki Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
txt2tags.native Consistent underline for Readers (#2270) 2017-10-27 18:45:00 -04:00
txt2tags.t2t More spellcheck 2018-07-02 19:07:28 +03:00
vimwiki-reader.native Fixed #3760. (#3784) 2017-07-12 17:19:49 +02:00
vimwiki-reader.wiki Fixed #3760. (#3784) 2017-07-12 17:19:49 +02:00
writer.asciidoc AsciiDoc writer: do not output implicit heading IDs 2018-02-13 23:19:34 +03:00
writer.context Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. 2018-08-15 10:25:12 -07:00
writer.custom Added tests for custom writer. 2017-12-27 09:15:45 -08:00
writer.docbook4 Added spaced_reference_links extension. 2017-05-25 12:57:31 +02:00
writer.docbook5 Small improvement to #3855 - move lang attribute up. 2017-08-21 21:16:55 -07:00
writer.dokuwiki Added spaced_reference_links extension. 2017-05-25 12:57:31 +02:00
writer.fb2 FB2 writer: fix order of items in title-info 2018-06-12 14:48:52 +03:00
writer.haddock Added spaced_reference_links extension. 2017-05-25 12:57:31 +02:00
writer.html4 HTML writer: Use br elements in line blocks... 2017-12-26 08:40:33 -08:00
writer.html5 HTML writer: Use br elements in line blocks... 2017-12-26 08:40:33 -08:00
writer.icml Allow em for image height/width in HTML, LaTeX. 2017-05-25 22:48:27 +02:00
writer.jats Remove extraneous, significant whitespace in JATS writer output (#4335) 2018-03-05 09:44:34 -08:00
writer.latex Write euro symbol directly in LaTeX 2017-09-08 22:26:32 +01:00
writer.man Added spaced_reference_links extension. 2017-05-25 12:57:31 +02:00
writer.markdown Markdown writer: better escaping of < and >. 2017-07-30 13:45:22 -07:00
writer.mediawiki Added spaced_reference_links extension. 2017-05-25 12:57:31 +02:00
writer.ms Ms template: Fix date. 2018-04-25 17:49:01 -07:00
writer.muse Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. 2018-08-15 10:25:12 -07:00
writer.native Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. 2018-08-15 10:25:12 -07:00
writer.opendocument Make internal links work in ODT/OpenDocument. 2018-05-14 10:37:46 -07:00
writer.opml Added spaced_reference_links extension. 2017-05-25 12:57:31 +02:00
writer.org Revert "Better indentation under headers in org mode output." 2017-11-04 11:32:47 -07:00
writer.plain Added spaced_reference_links extension. 2017-05-25 12:57:31 +02:00
writer.rst RST writer: use .. container for generic Divs, instead of raw HTML. 2018-08-13 11:00:28 -07:00
writer.rtf Added spaced_reference_links extension. 2017-05-25 12:57:31 +02:00
writer.tei TEI writer: Use 'xml:id', not 'id' attribute. 2018-02-16 10:41:22 -08:00
writer.texinfo Texinfo writer: use @sup and @sub instead of custom macros 2018-06-25 03:14:04 +03:00
writer.textile Added spaced_reference_links extension. 2017-05-25 12:57:31 +02:00
writer.zimwiki Added spaced_reference_links extension. 2017-05-25 12:57:31 +02:00
writers-lang-and-dir.context Update tests for #4605. 2018-05-01 21:26:08 -07:00
writers-lang-and-dir.latex Provide bidi package's option using \PassOptionsToPackage (#4357). 2018-03-17 20:20:57 -07:00
writers-lang-and-dir.native Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00