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