pandoc/tests/Tests/Writers
Jesse Rosenthal 581fc0130b LaTeX writer: change braced backtick to \textasciigrave{}
Backticks in verbatim environments are converted to
open-single-quotes. This change makes them appear as backticks. This
corresponds to how we treat `'' in verbatim environments (with
\textquotesingle{}).
2016-09-20 09:44:35 -04:00
..
AsciiDoc.hs Removed some redundant class constraints. 2016-07-14 08:54:06 -07:00
ConTeXt.hs Removed some redundant class constraints. 2016-07-14 08:54:06 -07:00
Docbook.hs Removed some redundant class constraints. 2016-07-14 08:54:06 -07:00
Docx.hs Docx writer test: comment out function to make compiler happy. 2016-08-15 15:39:34 -04:00
HTML.hs Removed some redundant class constraints. 2016-07-14 08:54:06 -07:00
LaTeX.hs LaTeX writer: change braced backtick to \textasciigrave{} 2016-09-20 09:44:35 -04:00
Markdown.hs Removed some redundant class constraints. 2016-07-14 08:54:06 -07:00
Native.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Plain.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
RST.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
TEI.hs Added some entity tests in Markdown reader tests. 2016-01-19 14:03:57 -05:00