| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-12 | Use released texmath, pandoc-types.text | John MacFarlane | |
| 2019-11-11 | Merge branch 'master' into text | John MacFarlane | |
| 2019-11-11 | Merge branch 'despresc-text' into text | John MacFarlane | |
| 2019-11-11 | Merge branch 'text' of https://github.com/despresc/pandoc into despresc-text | John MacFarlane | |
| 2019-11-11 | Fix typos (#5896) | Brian Wignall | |
| 2019-11-11 | Markdown reader: fix small super/subscript issue. | John MacFarlane | |
| Superscripts and subscripts cannot contain spaces, but newlines were previously allowed (unintentionally). This led to bad interactions in some cases with footnotes. E.g. ``` foo^[note] bar^[note] ``` With this change newlines are also not allowed inside super/subscripts. Closes #5878. | |||
| 2019-11-11 | Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` ↵ | Florian Beeres | |
| (#5882) * Add HTML Reader support for `<dfn>`, parsing this as a Span with class `dfn`. * Change `htmlSpanLikeElements` implementation to retain classes, attributes and inline content. | |||
| 2019-11-11 | Fix build with -embed_data_files | despresc | |
| A function that presumed an internal String representation was hidden if the flag was set to true. | |||
| 2019-11-10 | Clean various modules | despresc | |
| 2019-11-10 | Switch the remaining modules to Text | despresc | |
| 2019-11-09 | Finish the Writers | despresc | |
| 2019-11-09 | Refactor various writers | despresc | |
| 2019-11-09 | Refactor Writers: RST and Roff | despresc | |
| 2019-11-09 | Refactor Writers: RTF, Shared, ZimWiki | despresc | |
| 2019-11-09 | Switch benchmarks to Text | despresc | |
| 2019-11-09 | Switch benchmark to Text, avoid incomplete pattern match warnings in Writers | despresc | |
| 2019-11-09 | Remove the Legacy modules | despresc | |
| 2019-11-09 | Switch the remaining tests to Text | despresc | |
| 2019-11-09 | Switch Tests.Helpers and Tests.Writers.* to Text | despresc | |
| 2019-11-09 | Switch App to Text, remove usage of Legacy in src | despresc | |
| 2019-11-09 | Switch Process back to String, switch App to Text (partially) | despresc | |
| 2019-11-09 | Switch glob back to String, switch Writers.EPUB to Text | despresc | |
| 2019-11-08 | Switch Writers.TEI to Text | despresc | |
| 2019-11-08 | Switch Writers.{Powerpoint,TEI,Texinfo} to Text | despresc | |
| 2019-11-08 | Switch Writers.Org to Text | despresc | |
| 2019-11-08 | Switch Writers.Native to Text | despresc | |
| 2019-11-08 | Switch Writers.Ipynb and Writers.LaTeX to Text | despresc | |
| 2019-11-08 | Switch Writers.Haddock to Text | despresc | |
| 2019-11-08 | Switch AsciiDoc to Text | despresc | |
| 2019-11-08 | Switch Writers.ConTeXt to Text | despresc | |
| 2019-11-08 | Switch Writers.Docbook to Text | despresc | |
| 2019-11-08 | Switch Writers.DokuWiki to Text | despresc | |
| 2019-11-08 | Switch Writers.FB2 to Text | despresc | |
| 2019-11-08 | Switch HTML and CommonMark to Text | despresc | |
| 2019-11-08 | Switch Jira to Text | despresc | |
| 2019-11-08 | Switch Writers.{Man,Ms,Roff} to Text | despresc | |
| 2019-11-08 | Switch Writers.Ms to Text, add tshow to Shared | despresc | |
| 2019-11-08 | Switch Writers.Muse and Writers.OOXML to Text | despresc | |
| 2019-11-08 | Switch Writers.OPML to Text | despresc | |
| 2019-11-08 | Switch Writers.RTF to Text | despresc | |
| 2019-11-08 | Switch XWiki to Text | despresc | |
| 2019-11-08 | Switch Writers.ZimWiki to Text | despresc | |
| 2019-11-08 | Switch Writers.Shared and some writers to Text | despresc | |
| I opted to change the modules that depend on Writers.Shared rather than create a separate Legacy.Writers.Shared. Some could be modified with an occasional pack/unpack (that will be removed). Others were switched in their entirety. | |||
| 2019-11-08 | Point cabal.project at the current feature branches | despresc | |
| The move-to-text branch of despresc/pandoc-types is being used since it incorporates both the switch to text and some changes to master that affect the tests. | |||
| 2019-11-08 | Switch remaining readers to Text | despresc | |
| 2019-11-08 | Switch Native, FB2 to Text, clean up others | despresc | |
| 2019-11-08 | Switch Odt, Ipynb, other modules, to Text | despresc | |
| 2019-11-08 | Change stack.yaml protocols to git | despresc | |
| 2019-11-08 | Remove unused imports and functions | despresc | |
| 2019-11-08 | Fix benchmarks | despresc | |
