pandoc/src/Text/Pandoc
John MacFarlane 79a3449eeb LaTeX reader: improve withRaw so it can handle cases where...
the token string is modified by a parser (e.g. accent when
it only takes part of a Word token).

Closes #5686.  Still not ideal, because we get the whole
`\t0BAR` and not just `\t0` as a raw latex inline command.
But I'm willing to let this be an edge case, since you
can easily work around this by inserting a space, braces,
or raw attribute.  The important thing is that we no longer
drop the rest of the document after a raw latex inline
command that gobbles only part of a Word token!
2019-08-14 14:34:44 -07:00
..
App Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
Filter Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Lua Fix redundant constraint warnings. (#5625) 2019-07-02 10:29:34 +02:00
Readers LaTeX reader: improve withRaw so it can handle cases where... 2019-08-14 14:34:44 -07:00
Writers Add thin space when needed in LaTeX quote ligatures. 2019-08-14 11:07:02 -07:00
App.hs Revert "Avoid a pointless Text -> String conversion on output." 2019-08-08 13:39:12 -07:00
Asciify.hs Asciify.hs: add Turkish undotted-i (#5434) 2019-04-07 11:01:56 -06:00
BCP47.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Class.hs Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
CSS.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
CSV.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Data.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Emoji.hs Update emoji list in Text.Pandoc.Emoji. 2019-07-29 11:17:22 -07:00
Error.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Extensions.hs Extensions.hs fix typo in PHP Markdown comment 2019-07-10 09:25:42 +02:00
Filter.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Highlighting.hs Add support for go with --listings. 2019-04-03 08:02:39 -07:00
ImageSize.hs Improve pdfSize in ImageSize by ignoring all whitespace in /MediaBox command (#5383) 2019-03-21 10:43:56 -06:00
Logging.hs Logging: Added UnknownExtensions constructor to LogMessage. 2019-07-14 11:35:17 -07:00
Lua.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
MediaBag.hs pandoc.mediabag module: add function delete 2019-05-29 23:18:44 +02:00
MIME.hs HTML writer: output video and audio elements 2019-05-29 09:43:50 +02:00
Options.hs Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
Parsing.hs Fix redundant constraint warnings. (#5625) 2019-07-02 10:29:34 +02:00
PDF.hs PDF: Better detection of a Cygwin environment. 2019-07-20 16:50:53 -07:00
Pretty.hs Use strict instead of lazy sum. 2019-03-28 13:51:15 -07:00
Process.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Readers.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
RoffChar.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
SelfContained.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Shared.hs Make filterIpynbOutput strip ANSI escapes from code in output... 2019-07-16 09:27:51 -07:00
Slides.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Templates.hs Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
Translations.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
UTF8.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
UUID.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Writers.hs Add jira writer (#5548) 2019-06-05 17:52:23 -04:00
XML.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00