summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)Author
2023-01-28Textile reader: don't allow brackets in URLs.John MacFarlane
2023-01-23LaTeX reader: Fix bug in macro resolution for environments.John MacFarlane
2023-01-23LaTeX reader: Fix small logic error in macro parsing code.John MacFarlane
2023-01-18Fix line lengths in Markdown reader, DocBook writerAlbert Krewinkel
2023-01-17Fix spacing errors.John MacFarlane
2023-01-15Markdown, CommonMark: add support for wiki links. [API change]Albert Krewinkel
2023-01-14Remove Null constructor from docsAlbert Krewinkel
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-12Refine "blending" rules for MediaWiki linksRuqi
2023-01-11Textile reader: support linked images.John MacFarlane
2023-01-11Textile reader: fix strong emph ending with link.John MacFarlane
2023-01-11Use jira-wiki-markup 1.5.0Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-12-15Textile reader: handle empty paragraphs.John MacFarlane
2022-12-11Docx reader: fix handling of oMathPara in w:p with other content.John MacFarlane
2022-12-04Fix metadata parsing corner case.John MacFarlane
2022-11-29DocBook writer: Fix position of textobject.John MacFarlane
2022-11-29DocBook writer: don't indent contents of title element.John MacFarlane
2022-11-29DocBook reader: support href on link...John MacFarlane
2022-11-29DocBook reader: parse title from imageobject/objectinfo.John MacFarlane
2022-11-28Textile Reader:vkraven
2022-11-25LaTeX reader: Add `unnumbered` class for `\part*`.John MacFarlane
2022-11-19Docx reader: Support parsing of highlighted text.John MacFarlane
2022-11-19RST reader: support `mark` role for round-trip.John MacFarlane
2022-11-19LaTeX reader: support more soul commands, including `\hl`.John MacFarlane
2022-11-19Add support for `mark` extension for highlighted text.John MacFarlane
2022-11-10Better error when parsing EndNote references fails.John MacFarlane
2022-11-02ODT reader: handle "section" elements.John MacFarlane
2022-11-02ipynb reader: add cell id to attachment filename...John MacFarlane
2022-10-31Add explicit imports to fix compiler warnings.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-29Fix an import warning.John MacFarlane
2022-10-29Use T.P.XML lookupEntity in Jira reader.John MacFarlane
2022-10-29Re-export lookupEntity from Text.Pandoc.XML [API change].John MacFarlane
2022-10-29T.P.Parsing.General: change `characterReference`, `charsInBalanced`.John MacFarlane
2022-10-27Don't fail on inline metadata beginning with newline.John MacFarlane
2022-10-26LaTeX reader: fix TEXINPUTS handling.John MacFarlane
2022-10-24Rename T.P.Readers.Odt -> T.P.Readers.ODT.John MacFarlane
2022-10-24ODT reader: fix relative links.John MacFarlane
2022-10-21LaTeX reader: parse short table caption.John MacFarlane
2022-10-20Text.Pandoc.Parsing: remove `nested` [API change].John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `ordNub` [API change].John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-18Revert "HTML reader: avoid duplicating any existing identifier..."John MacFarlane
2022-10-18Revert "T.P.Parsing: export `registerIdentifier`."John MacFarlane
2022-10-18Revert "Markdown reader: avoid duplicate ids with auto_identifiers."John MacFarlane
2022-10-18Markdown reader: avoid duplicate ids with auto_identifiers.John MacFarlane
2022-10-18T.P.Parsing: export `registerIdentifier`.John MacFarlane
2022-10-18HTML reader: avoid duplicating any existing identifier...John MacFarlane