aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2020-05-19LaTeX reader: don't parse beyond `\end{document}`.John MacFarlane
2020-05-18Use CSS in favor of <br> for display math (#6372)Lila
2020-05-17Org writer: clean-up Div handlingAlbert Krewinkel
2020-05-16Docx writer: enable column and row bands for tables.John MacFarlane
2020-05-16OpenDocument writer: add custom-style "Abstract" in metadata abstract.John MacFarlane
2020-05-16OpenDocument/ODT writer: enable custom-style attribute on a Div.John MacFarlane
2020-05-14DocBook writer: add id of figure to enclosed image.John MacFarlane
2020-05-14Fix underline in RTF writer.John MacFarlane
2020-05-12LaTeX writer: create hypertarget for links with identifier.John MacFarlane
2020-05-12Lua: fix regression in package searcherAlbert Krewinkel
2020-05-08Implement implicit_figures extension for commonmark reader.John MacFarlane
2020-05-05Shared.makeSections: omit number attribute when unnumbered class...John MacFarlane
2020-05-05Avoid unnecessary guard (#6340)Joseph C. Sible
2020-05-04Fix mediawiki reader with gfm_auto_identifiers.John MacFarlane
2020-05-02LaTeX Writer: Add support for customizable alignment of columns in beamer (#6...andrebauer
2020-05-02Lua filters: improve error messages for failing filters (#6332)Albert Krewinkel
2020-04-30PowerPoint writer: write math input verbatim in speaker notes.Jesse Rosenthal
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
2020-04-24RST writer: properly handle images with same alt text.John MacFarlane
2020-04-22AsciiDoc writer: add blank line after Div.John MacFarlane
2020-04-20Haddock Writer: Support Haddock tablesJoe Hermaszewski
2020-04-18Fix round-trip bug with HTML tables....John MacFarlane
2020-04-18HTML reader: parse attributes into table attributes.John MacFarlane
2020-04-17Markdown writer: avoid unnecessary escapes before intraword `_`John MacFarlane
2020-04-17Merge pull request #6211 from tarleb/lua-pandocerrorJohn MacFarlane
2020-04-17API change: use new type PandocLua for all pandoc Lua operationsAlbert Krewinkel
2020-04-17Class: generalize PandocIO functions to MonadIOAlbert Krewinkel
2020-04-17LaTeX reader: don't put surrounding Div around Table.John MacFarlane
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel
2020-04-17Merge pull request #6224 from despresc/better-tablesJohn MacFarlane
2020-04-17Revert 0e48a02 and dependency on base-noprelude...John MacFarlane
2020-04-16Shared: renderTags': use self-closing tag for col element.John MacFarlane
2020-04-15Markdown reader: Remove unnecessary qualificationdespresc
2020-04-15Lua: support new tablesAlbert Krewinkel
2020-04-15Modify toLegacyTable to cut up cells, add testsdespresc
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessorsdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Remove the onlySimpleCellBodies function from Shareddespresc
2020-04-15Implement the new Table typedespresc
2020-04-15Markdown Reader: Fix inline code in lists (#6284)Nikolay Yakimov
2020-04-15JATS reader: handle "label" element in section title.John MacFarlane
2020-04-13Add an option to disable certificate validation (#6156)Cédric Couralet
2020-04-12RST reader: handle "date::" directive.John MacFarlane
2020-04-11LaTeX writer: ensure that `-M csquotes` works even in fragment mode.John MacFarlane
2020-04-11HTML reader: support <bdo> (#6271)Tristan de Cacqueray
2020-04-09Jira reader: improve icon conversionAlbert Krewinkel
2020-04-07LaTeX reader: better handling of `\lettrine`.John MacFarlane
2020-04-06Vimwiki reader: Add nested syntax highlighting (#6257)Vlad Hanciuta
2020-04-04Jira: support citations, attachment links, and user linksAlbert Krewinkel