index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-04
Allow `plain` to be used in raw attribute syntax.
John MacFarlane
2
-2
/
+4
2021-10-29
Docx writer: move ": " out of the caption bookmark.
Tristan Stenner
2
-6
/
+4
2021-10-27
Markdown writer: Be sure to quote special values in YAML metadata.
John MacFarlane
1
-3
/
+13
2021-10-22
Use simpleFigure in Readers.
Aner Lucero
19
-66
/
+43
2021-10-22
Switch to hslua-2.0
Albert Krewinkel
1
-72
/
+82
2021-10-17
pptx: Line up continuation paragraphs
Emily Bourke
2
-10
/
+93
2021-10-17
pptx: Remove outdated comment
Emily Bourke
1
-3
/
+0
2021-10-17
pptx: Fix list level numbering
Emily Bourke
1
-14
/
+17
2021-10-14
asciidoc writer: translate numberLines attribute to linesnum switch
Samuel Tardieu
1
-2
/
+5
2021-10-12
Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."
John MacFarlane
28
-1
/
+36
2021-10-11
T.P.Writers.Shared: remove 'breakable'...
John MacFarlane
1
-18
/
+0
2021-10-11
T.P.Writers.Shared: Export splitSentences as a Doc Text transform.
John MacFarlane
3
-16
/
+61
2021-10-11
Remove splitSentences from T.P.Shared [API change].
John MacFarlane
2
-6
/
+4
2021-10-05
Avoid bad wraps in markdown writer at the Doc Text level.
John MacFarlane
1
-22
/
+23
2021-10-04
Powerpoint writer: consolidate text runs when possible.
John MacFarlane
2
-4
/
+9
2021-10-04
Revert "Powerpoint writer: consolidate text run nodes."
John MacFarlane
1
-9
/
+1
2021-10-04
Powerpoint writer: consolidate text run nodes.
John MacFarlane
1
-1
/
+9
2021-10-01
Depend on pandoc-types 1.23, remove Null constructor on Block.
John MacFarlane
28
-36
/
+1
2021-09-30
epub: Add EPUB3 subject metadata (authority/term)
nuew
1
-10
/
+31
2021-09-29
EPUB writer: treat epub:type "frontispiece" as front matter.
John MacFarlane
1
-1
/
+1
2021-09-28
Switch from pretty-simple to pretty-show for native output.
John MacFarlane
1
-12
/
+8
2021-09-26
RST writer: properly handle anchors to ids...
John MacFarlane
1
-1
/
+6
2021-09-23
HTML writer: render `\ref` and `\eqref` as inline math...
John MacFarlane
1
-8
/
+11
2021-09-22
HTML writer: pass through `\ref` and `\eqref`...
John MacFarlane
1
-2
/
+10
2021-09-22
HTML writer: pass through inline math environments with KaTeX.
John MacFarlane
1
-0
/
+1
2021-09-21
Use pretty-simple to format native output.
John MacFarlane
1
-73
/
+15
2021-09-19
Use babel, not polyglossia, with xelatex.
John MacFarlane
3
-102
/
+13
2021-09-19
Markdown writer: use `underline` class rather than `ul` for underline.
John MacFarlane
1
-1
/
+1
2021-09-18
pptx-footers: Replace fixed dates with yaml date
Emily Bourke
2
-8
/
+44
2021-09-18
pptx: Support footers in the reference doc
Emily Bourke
1
-15
/
+88
2021-09-17
Org writer: don't indent contents of code blocks.
John MacFarlane
1
-1
/
+1
2021-09-17
Update list of supported source languages in org writer.
John MacFarlane
1
-12
/
+44
2021-09-16
pptx: Support specifying slide background images
Emily Bourke
2
-36
/
+110
2021-09-16
HTML writer: set "hash" to True by default (for reveal.js).
John MacFarlane
1
-1
/
+1
2021-09-15
pptx: Add support for incremental lists
Emily Bourke
2
-162
/
+455
2021-09-13
pptx: Fix logic for choosing Comparison layout
Emily Bourke
1
-4
/
+5
2021-09-12
Docx writer: make id used in native_numbering predictable.
John MacFarlane
1
-3
/
+6
2021-09-10
fix!(ipynb writer): improve round trip identity
Kolen Cheung
1
-2
/
+2
2021-09-10
feat(ipynb writer): add more Jupyter's "Raw NBConvert Format"
Kolen Cheung
1
-0
/
+7
2021-09-10
pptx: Copy embedded fonts from reference doc
Emily Bourke
1
-0
/
+1
2021-09-10
pptx: Fix presentation rel numbering
Emily Bourke
1
-63
/
+131
2021-09-10
pptx: Include all themes in output archive
Emily Bourke
1
-4
/
+2
2021-09-10
pptx: Don’t add relationships unnecessarily
Emily Bourke
1
-5
/
+14
2021-09-10
pptx: Fix capitalisation of notesMasterId
Emily Bourke
1
-1
/
+1
2021-09-10
Support `--reference-location` for HTML output (#7461)
Francesco Mazzoli
1
-32
/
+89
2021-09-01
pptx: Add support for more layouts
Emily Bourke
2
-55
/
+313
2021-08-29
Improve asciidoc escaping for `--` in URLs. Closes #7529.
John MacFarlane
1
-3
/
+11
2021-08-28
Remove unneeded import.
John MacFarlane
1
-1
/
+1
2021-08-28
Docx writer: handle SVG images.
John MacFarlane
1
-3
/
+38
2021-08-27
pptx: Make first heading title if slide level is 0
Emily Bourke
1
-24
/
+29
[next]