pandoc/test
John MacFarlane f48960b75f Move common groff functions to Text.Pandoc.Writers.Groff
(unexported module).  These are used in both the man and ms
writers.

Moved groffEscape out of Text.Pandoc.Writers.Shared [cancels earlier
API change from adding it, which was after last release].

This fixes strong/code combination on man (should be `\f[CB]` not
`\f[BC]`), mentioned in .

Updated tests.

Closes .
2018-10-17 17:26:37 -07:00
..
command Move common groff functions to Text.Pandoc.Writers.Groff 2018-10-17 17:26:37 -07:00
docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
epub
fb2
lua Lua Utils module: add function blocks_to_inlines () 2018-07-30 10:55:25 -07:00
media
odt
pptx More spellcheck 2018-07-02 19:07:28 +03:00
Tests Muse reader: allow examples to be indented with tabs 2018-10-17 18:17:30 +03:00
bodybg.gif
creole-reader.native
creole-reader.txt
docbook-reader.docbook
docbook-reader.native
docbook-xref.docbook
docbook-xref.native DocBook reader: metadata handling improvements. 2018-07-30 14:38:38 -07:00
dokuwiki_external_images.dokuwiki
dokuwiki_external_images.native
dokuwiki_inline_formatting.dokuwiki
dokuwiki_inline_formatting.native
dokuwiki_multiblock_table.dokuwiki
dokuwiki_multiblock_table.native
haddock-reader.haddock
haddock-reader.native
html-reader.html
html-reader.native
insert
jats-reader.native
jats-reader.xml
lalune.jpg
latex-reader.latex
latex-reader.native
lhs-test-markdown.native
lhs-test.fragment.html+lhs
lhs-test.html Fixed tests for new skylighting. 2018-10-08 23:16:50 -07:00
lhs-test.html+lhs Fixed tests for new skylighting. 2018-10-08 23:16:50 -07:00
lhs-test.latex Fixed tests for new skylighting. 2018-10-08 23:16:50 -07:00
lhs-test.latex+lhs
lhs-test.markdown
lhs-test.markdown+lhs
lhs-test.native
lhs-test.rst
lhs-test.rst+lhs
markdown-citations.native Markdown reader: Fix awkward soft break movements before abbreviations. 2018-10-14 13:02:36 -07:00
markdown-citations.txt
markdown-reader-more.native Markdown reader: distinguish autolinks in the AST. 2018-09-19 14:53:29 -07:00
markdown-reader-more.txt
mediawiki-reader.native
mediawiki-reader.wiki
movie.jpg
opml-reader.native
opml-reader.opml
pipe-tables.native
pipe-tables.txt
rst-reader.native RST reader: improve parsing of inline interpreted text roles. 2018-08-05 09:56:43 -07:00
rst-reader.rst
s5-basic.html
s5-fancy.html
s5-fragment.html
s5-inserts.html
s5.native
tables-rstsubset.native RST writer: use simple tables when possible. 2018-10-06 22:33:24 -07:00
tables.asciidoc
tables.context
tables.custom
tables.docbook4
tables.docbook5
tables.dokuwiki
tables.fb2
tables.haddock
tables.html4
tables.html5
tables.icml
tables.jats
tables.latex
tables.man Move common groff functions to Text.Pandoc.Writers.Groff 2018-10-17 17:26:37 -07:00
tables.markdown
tables.mediawiki
tables.ms Move common groff functions to Text.Pandoc.Writers.Groff 2018-10-17 17:26:37 -07:00
tables.muse
tables.native
tables.opendocument OpenDocument writer: Implement table caption numbering () 2018-10-05 09:58:23 -07:00
tables.org
tables.plain
tables.rst RST writer: use simple tables when possible. 2018-10-06 22:33:24 -07:00
tables.rtf
tables.tei
tables.texinfo
tables.textile
tables.txt Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
tables.zimwiki
test-pandoc.hs
testsuite.native Markdown reader: distinguish autolinks in the AST. 2018-09-19 14:53:29 -07:00
testsuite.txt
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.tikiwiki
twiki-reader.native
twiki-reader.twiki
txt2tags.native
txt2tags.t2t More spellcheck 2018-07-02 19:07:28 +03:00
vimwiki-reader.native
vimwiki-reader.wiki
writer.asciidoc
writer.context Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. 2018-08-15 10:25:12 -07:00
writer.custom
writer.docbook4 Markdown reader: distinguish autolinks in the AST. 2018-09-19 14:53:29 -07:00
writer.docbook5 Markdown reader: distinguish autolinks in the AST. 2018-09-19 14:53:29 -07:00
writer.dokuwiki
writer.fb2
writer.haddock Haddock Writer: Use proper format for latex math in haddock (). 2018-08-17 20:50:45 -07:00
writer.html4 Markdown reader: distinguish autolinks in the AST. 2018-09-19 14:53:29 -07:00
writer.html5 Markdown reader: distinguish autolinks in the AST. 2018-09-19 14:53:29 -07:00
writer.icml
writer.jats JATS writer: remove 'role' attribute on 'bold' and 'sc' elements. 2018-09-27 13:18:06 -07:00
writer.latex
writer.man Move common groff functions to Text.Pandoc.Writers.Groff 2018-10-17 17:26:37 -07:00
writer.markdown Markdown writer: ensure blank between raw block and normal content. 2018-10-14 17:12:06 -07:00
writer.mediawiki
writer.ms Move common groff functions to Text.Pandoc.Writers.Groff 2018-10-17 17:26:37 -07:00
writer.muse Muse writer: use lightweight markup when possible 2018-09-02 03:29:27 +03:00
writer.native Markdown reader: distinguish autolinks in the AST. 2018-09-19 14:53:29 -07:00
writer.opendocument OpenDocument writer: Implement figure numbering in captions () 2018-10-03 14:21:46 -07:00
writer.opml
writer.org Org writer: don't escape literal _, ^. 2018-09-09 13:11:53 -07:00
writer.plain
writer.rst RST writer: use .. container for generic Divs, instead of raw HTML. 2018-08-13 11:00:28 -07:00
writer.rtf
writer.tei TEI template: improve publicationStmt. 2018-08-16 21:19:03 -07:00
writer.texinfo
writer.textile Markdown reader: distinguish autolinks in the AST. 2018-09-19 14:53:29 -07:00
writer.zimwiki
writers-lang-and-dir.context
writers-lang-and-dir.latex
writers-lang-and-dir.native