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-12-20
T.P.Scripting: Refactor the scripting engine.
John MacFarlane
2022-12-20
T.P.Format: Monoid, Semigroup instance for ExtensionsConfig.
John MacFarlane
2022-12-20
Shared: use LineBreak as default block sep in blocksToInlines
Albert Krewinkel
2022-12-20
Markdown writer: avoid HTML fallbacks in the generated TOC.
Albert Krewinkel
2022-12-18
Add Wrapper type documentation to Text.Pandoc.Templates (#8490)
William Rusnack
2022-12-18
ConTeXt writer: support syntax highlighting for code.
Albert Krewinkel
2022-12-17
ConTeXt writer: always use `\type` for inline code
Albert Krewinkel
2022-12-16
Format: add function `diffExtensions`.
Albert Krewinkel
2022-12-16
Format: use simpler structure for ExtensionsDiff.
Albert Krewinkel
2022-12-16
Extensions: add new function `disableExtensions`.
Albert Krewinkel
2022-12-16
ConTeXt writer: fix previous commit for some unlisted sections
Albert Krewinkel
2022-12-16
ConTeXt writer: add support for unlisted, unnumbered headings
Albert Krewinkel
2022-12-15
Textile reader: handle empty paragraphs.
John MacFarlane
2022-12-14
T.P.App.OutputSettings: remove unused record field `outputWriterName`
Albert Krewinkel
2022-12-14
T.P.App: cleanup code, extract internal functions
Albert Krewinkel
2022-12-14
T.P.App: unify check for standalone output
Albert Krewinkel
2022-12-11
Docx reader: fix handling of oMathPara in w:p with other content.
John MacFarlane
2022-12-08
Shared: change defaultBlocksSeparator to PARAGRAPH SEPARATOR
Albert Krewinkel
2022-12-05
Lua: support `-D` CLI option for custom writers [API change]
Albert Krewinkel
2022-12-04
Fix metadata parsing corner case.
John MacFarlane
2022-12-04
HTML writer: remove obsolete stuff about mathml-script.
John MacFarlane
2022-12-04
HTML writer: include math links if there are raw...
John MacFarlane
2022-12-04
EPUB writer: make title page optional.
John MacFarlane
2022-12-02
Avoid using 'error' for unassigned table cells.
John MacFarlane
2022-12-01
Multiple input files with --file-scope:
John MacFarlane
2022-11-29
HTML writer: Add prooftree to list of math environments.
John MacFarlane
2022-11-29
DocBook writer: Fix position of textobject.
John MacFarlane
2022-11-29
AsciiDoc writer: in link text, only replace commas...
John MacFarlane
2022-11-29
DocBook writer: don't indent contents of title element.
John MacFarlane
2022-11-29
DocBook writer: render image alt text using textobject 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-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
[next]