index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-11-21
Docx writer: support relative image widths.
Albert Krewinkel
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-19
LaTeX writer: Use soul instead of ulem for strikeout, underline.
John MacFarlane
2022-11-11
Markdown writer: escape `!` before `[`.
John MacFarlane
2022-11-11
Use 'literal tag' instead of 'text (T.unpack tag)' in tagWithAttrs
Wout Gevaert
2022-11-11
Change the Mediawiki writer to use the 'new' table structure
Wout Gevaert
2022-11-11
[API change] Add functions htmlAddStyle, htmlAlignmentToString and htmlAttrs ...
Wout Gevaert
2022-11-10
Better error when parsing EndNote references fails.
John MacFarlane
2022-11-09
In --verbose mode add message when running citeproc.
John MacFarlane
2022-11-08
Ms writer: remove -C option on PSPIC.
John MacFarlane
2022-11-06
EPUB writer: refactor to use T.P.Chunks.
John MacFarlane
2022-11-06
Move SecInfo, toTOCTree to T.P.Chunks.
John MacFarlane
2022-11-06
Add Text.Pandoc.Chunks.
John MacFarlane
2022-11-06
Fix warnings.
John MacFarlane
2022-11-06
EPUB writer: refactor createChaptersAndRefTable.
John MacFarlane
2022-11-06
T.P.Writers.Shared: refactor toTableOfContents.
John MacFarlane
2022-11-02
Text.Pandoc.App: Change `parseOptionsFromArgs` and `parseOptions`... (#8406)
John MacFarlane
2022-11-02
EPUB writer: add includeTitlePage param to createNavEntry.
John MacFarlane
2022-11-02
EPUB writer: Simplify params for createNavEntry.
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
Fix import.
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-30
hlint suggestions.
John MacFarlane
2022-10-30
hlint suggestions.
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.XML: use lookupEntity from commonmark-hs.
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-27
T.P.Writers.Shared `toTableOfContents`: handle nested Divs better.
John MacFarlane
2022-10-27
T.P.PDF: fix papersize on PDF generation via ms.
John MacFarlane
2022-10-26
LaTeX reader: fix TEXINPUTS handling.
John MacFarlane
2022-10-26
ICML writer: use Contents element for images with raw data...
John MacFarlane
2022-10-25
Remove type alias WriterProperties.
John MacFarlane
2022-10-24
Rename T.P.Readers.Odt -> T.P.Readers.ODT.
John MacFarlane
2022-10-24
Rename T.P.Writers.Docbook -> T.P.Writers.DocBook.
John MacFarlane
2022-10-24
ODT reader: fix relative links.
John MacFarlane
2022-10-24
ODT writer: further refinement to #3524.
John MacFarlane
2022-10-24
ODT writer:
John MacFarlane
2022-10-24
ODT writer: 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-20
Add custom extensions.
John MacFarlane
2022-10-19
T.P.Class: make `getPOSIXTime`, `getZonedTime` sensitive to...
John MacFarlane
[next]