index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2022-09-30
[API Change] Extract Lua code into new package pandoc-lua-engine
Albert Krewinkel
2022-09-30
[API Change] App: parameterize `options` over the scripting engine
Albert Krewinkel
2022-09-30
[API Change] Filter: Parameterize `applyFilters` over scripting engine.
Albert Krewinkel
2022-09-30
[API Change] Rename `pandocVersion` to `pandocVersionText`...
Albert Krewinkel
2022-09-29
Add `--list-tables` option.
John MacFarlane
2022-09-29
rST writer: list tables rendering, closes #4564
danse
2022-09-28
HTML Reader: Tests for 'tt' and 'code' elements (#8330).
Justin Wood
2022-09-28
HTML writer: prevent `<a>` inside `<a>`.
John MacFarlane
2022-09-27
Tests.Command: remove unused `runTest`.
John MacFarlane
2022-09-27
Fix small whitespace things.
John MacFarlane
2022-09-21
LaTeX writer: do not repeat caption on headless tables
Albert Krewinkel
2022-09-20
Ms writer: properly format display equations.
John MacFarlane
2022-09-19
Commonmark writer: ensure that we don't have blank lines in raw HTML.
John MacFarlane
2022-09-19
Org reader: Allow org-ref v2 citations with `&` prefix.
John MacFarlane
2022-09-18
BibTeX parser: fix handling of `%` in url field.
John MacFarlane
2022-09-18
Add prefixes to identifiers with `--file-scope`. (#8282)
John MacFarlane
2022-09-14
Fix implicit_header_references with duplicate headings.
John MacFarlane
2022-09-09
Citeproc: Require a digit for an implicit "page" locator...
John MacFarlane
2022-09-05
HTML writer: only treat `. . .` as a slide pause in slides...
John MacFarlane
2022-09-01
Use dev version of gridtables
Albert Krewinkel
2022-08-31
RTF writer: add space after unicode escape commands.
John MacFarlane
2022-08-30
Mediawiki reader: Parse table cell with attribs, to support rowspan, colspan ...
Ruqi
2022-08-27
HTML, Markdown writers: filter out empty class attributes.
John MacFarlane
2022-08-25
Markdown reader: fenced code block shortcuts with attributes (#8174)
Siphalor
2022-08-24
LaTeX reader: handle `##` macro arguments properly.
John MacFarlane
2022-08-22
HTML writer: revert to using `width` property for column widths
Albert Krewinkel
2022-08-22
Org writer: add support for jupyter nodebook cells.
Albert Krewinkel
2022-08-22
Org writer: keep code block attributes as header args.
Albert Krewinkel
2022-08-22
Org writer: add code block identifier as `#+name` to src blocks.
Albert Krewinkel
2022-08-21
Fix typos
luz paz
2022-08-21
Org reader: treat *emacs-jupyter* src blocks as code cells.
Albert Krewinkel
2022-08-18
HTML writer: use `flex` property for column widths
Albert Krewinkel
2022-08-17
Org reader: treat "abstract" block as metadata
Albert Krewinkel
2022-08-17
Org template: add abstract from metadata as block of type "abstract"
Albert Krewinkel
2022-08-17
LaTeX writer: add label to tables that have an identifier
Albert Krewinkel
2022-08-07
LaTeX writer: fix widths of multicolumn cells
Albert Krewinkel
2022-08-05
Use dev version of gridtables.
Albert Krewinkel
2022-08-03
Improve default CSS for task lists.
John MacFarlane
2022-08-03
HTML reader: allow sublists that are not marked as items.
Albert Krewinkel
2022-08-03
Org reader: add missing `/` to Windows file URI; fixes prev commit
Albert Krewinkel
2022-08-02
Org reader: recognize absolute paths on Windows
Albert Krewinkel
2022-08-01
HTML: use CSS flex boxes for columns.
Albert Krewinkel
2022-08-01
Markdown reader: allow special span classes in any position
Albert Krewinkel
2022-08-01
Markdown reader: allow more attributes in special spans
Albert Krewinkel
2022-07-31
Fix tests for d2bd9abc4d5e9b6b4a6414fd010cdb5995f32935
John MacFarlane
2022-07-30
Support rowspans and colspans in grid tables (#8202)
Albert Krewinkel
2022-07-30
Add tests for zero-width and fullwidth chars in grid tables
Albert Krewinkel
2022-07-28
MediaWiki reader: allow HTML comment after row start.
John MacFarlane
2022-07-28
DokuWiki reader: support latex plugin and math.
John MacFarlane
2022-07-25
HTML writer: Allow "spanlike" classes to be combined.
John MacFarlane
[next]