index
:
github.com/jgm/pandoc
aeson-pretty
asciidoc-reader
babel
bespoke-prelude
chunkedhtml
cite-prefix
commonmark-github
commonmark-hs
commonmark-hs-new
dark-mode
djot
endnote
figures
free
ghc925-3.1.5
ghc925-text2-3.1.5
ghc942-3.1.5
ghc944-3.1.5
images2
initialize-data-files
issue-6072
issue10282
issue10769
issue1234
issue221
issue5354
issue6122
issue6344
issue7111
issue7219
issue771
issue8378
issue8382
issue8417
issue9525
issue9878
issue_11268
jgm-patch-1
latex-partials
link-images
lowmem
main
mallard
mark
moinmoin2
multifile
newlatex
newlatex2
nospace
note-label
offline
oldmaster
optinfo
oracle
pseudopod
r1.19.2.2
r1.19.2.3
r1.19.2.4
rebase-relative-paths-extension
rel-1.19.2.1
relude
reset-position
resolverefs
ris
sable
sandbox3
sandboxed
signing
simdutf
source_date_epoch
sources
split-packages
styles
test-windows-ci
text
token-newline
travis
typst-reader
typst-tables
typst-writer
uri-cite-key
wasm
windows-arm64
windows-ci
windows-release-cabal
xeno
Pandoc — The universal markup converter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-11-19
RST writer: use special `mark` role for Span with class `mark`.
mark
John MacFarlane
2022-11-19
LaTeX writer: support highlighted text for Span with class `mark`.
John MacFarlane
2022-11-19
LaTeX writer: Use soul instead of ulem for strikeout, underline.
John MacFarlane
2022-11-19
Docx writer: render Span with class `mark` as highlighted.
John MacFarlane
2022-11-19
Markdown writer: support `mark` extension.
John MacFarlane
2022-11-19
Markdown reader: parse `==..==` if `mark` extension enabled.
John MacFarlane
2022-11-19
Extensions: Add `Ext_mark` extension.
John MacFarlane
2022-11-16
Update epub.md
Vladimir Alexiev
2022-11-15
Allow mtl 2.3.1
Alexander Batischev
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
Add tests for the new table features
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
Add CITATION.cff.
John MacFarlane
2022-11-10
Better error when parsing EndNote references fails.
John MacFarlane
2022-11-10
Add LaTeX variable `urlstyle` (#8429)
Amar Al-Zubaidi
2022-11-10
.gitignore: ignore .stack-work in subdirectories
Albert Krewinkel
2022-11-09
pandoc-server: add ContentType to CORS policy.
John MacFarlane
2022-11-09
HTML template: remove default font size, line height...
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-08
Add simple CORS support to pandoc-server.
John MacFarlane
2022-11-07
make_artifacts.sh: add quotes.
John MacFarlane
2022-11-07
Fix make_artifacts.sh.
John MacFarlane
2022-11-07
Fix CABALOPTS in make_artifacts.sh.
John MacFarlane
2022-11-07
make_artifacts.sh: add a 'cabal test' as a sanity check.
John MacFarlane
2022-11-07
CI: use cabal 3.8.1.0, `--ghc-options=-Werror`.
John MacFarlane
2022-11-06
EPUB writer: refactor to use T.P.Chunks.
issue6122
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
Remove stray character in epub.css.
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-04
Change default background color of PDFs generated via HTML (#8422)
Marcin Serwin
2022-11-04
clarify font selection for pdf -t ms (#8421)
nbehrnd
2022-11-04
Use ghc4pandoc 9.4.3 docker image (#8420)
Olivier Benz
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.css: left-align h1, as before.
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-31
Re-add TemplateHaskell pragma in pandoc-cli.
John MacFarlane
2022-10-30
Improve 'make lint'.
John MacFarlane
2022-10-30
hlint suggestions.
John MacFarlane
[next]