aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2020-05-14Support implicit_figure extension in commonmark reader.John MacFarlane
2020-05-14auto_identifiers should not be defined with commonmark.John MacFarlane
2020-05-14Add commonmark_x output format...John MacFarlane
2020-05-14Trim down githubMarkdownExtensions.John MacFarlane
2020-05-14Add generic `attributes` extension.John MacFarlane
2020-05-14Add fenced_code_attributes to gfm/commonmark extensions.John MacFarlane
2020-05-14header_attributes (for now) in commonmark reader.John MacFarlane
2020-05-14Use latest commonmark-hs.John MacFarlane
2020-05-14Commonmark reader: Update commonmark-hs version and go back...John MacFarlane
2020-05-14Run commonmark parser in Identity monad.John MacFarlane
2020-05-14CommonMark reader: Use native pandoc auto_identifiers.John MacFarlane
2020-05-14Update to latest commonmark-hs.John MacFarlane
2020-05-14Intermediate checkpoint for use of commonmark-hs.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