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
2020-07-31
Org writer: don't force blank line after headers
Albert Krewinkel
1
-1
/
+1
2020-07-29
Writers/Shared: add missing function docs
Albert Krewinkel
1
-7
/
+21
2020-07-23
Markdown writer: use numerical labels for refs...
John MacFarlane
1
-5
/
+9
2020-07-23
Add `raw_markdown` extension affecting `ipynb` reader.
John MacFarlane
1
-2
/
+2
2020-07-22
Docx writer: support --number-sections.
John MacFarlane
1
-4
/
+17
2020-07-19
Markdown writer: move asciify out of escapeString.
John MacFarlane
1
-9
/
+9
2020-07-19
Remove use of cmark-gfm for commonmark/gfm rendering.
John MacFarlane
2
-429
/
+96
2020-07-19
Markdown writer: use unicode super/subscript characters...
John MacFarlane
1
-18
/
+44
2020-07-19
Markdown writer: render caption as following paragraph...
John MacFarlane
1
-2
/
+5
2020-07-19
Merge pull request #6495 from tarleb/html5-figure-accessiblity
John MacFarlane
1
-2
/
+10
2020-07-17
Jira writer: keep image caption as alt attribute
Albert Krewinkel
1
-10
/
+12
2020-07-12
Merge pull request #6513 from brisad/master
John MacFarlane
1
-1
/
+3
2020-07-12
Ms writer: fix code highlighting with blank lines.
John MacFarlane
1
-5
/
+5
2020-07-08
Escape starting periods in ms writer code blocks
Michael Hoffmann
1
-1
/
+3
2020-07-02
Revert "Ipnyb: allow lossless round-tripping of markdown cell content."
John MacFarlane
1
-5
/
+2
2020-07-01
HTML writer: improve alt-text/caption handling for HTML5
Albert Krewinkel
1
-2
/
+10
2020-06-30
Ipnyb: allow lossless round-tripping of markdown cell content.
John MacFarlane
1
-2
/
+5
2020-06-23
Remove redundant pattern match in pptx writer.
John MacFarlane
1
-3
/
+0
2020-06-22
Handle native Underline in Powerpoint writer.
John MacFarlane
1
-1
/
+1
2020-06-22
Use native Underline instead of Span in Jira
John MacFarlane
1
-4
/
+1
2020-06-17
LaTeX writer: escape `^` specially for listings.
John MacFarlane
1
-1
/
+1
2020-06-14
Distinguish between single and double quotes when using enquote package (#6457)
dbecher-ito
1
-1
/
+3
2020-05-30
Change default revealjs-url to use CDN version of revealjs v4.
John MacFarlane
1
-1
/
+1
2020-05-28
Fixed Katex standalone script (#6399)
Lucas Escot
1
-0
/
+2
2020-05-21
FB2 writer: properly handle cover-image containing spaces.
John MacFarlane
1
-2
/
+2
2020-05-18
Use CSS in favor of <br> for display math (#6372)
Lila
1
-13
/
+10
2020-05-17
Org writer: clean-up Div handling
Albert Krewinkel
1
-30
/
+59
2020-05-16
Docx writer: enable column and row bands for tables.
John MacFarlane
1
-1
/
+6
2020-05-16
OpenDocument writer: add custom-style "Abstract" in metadata abstract.
John MacFarlane
1
-1
/
+8
2020-05-16
OpenDocument/ODT writer: enable custom-style attribute on a Div.
John MacFarlane
1
-2
/
+6
2020-05-14
Fix underline in RTF writer.
John MacFarlane
1
-1
/
+1
2020-05-12
LaTeX writer: create hypertarget for links with identifier.
John MacFarlane
1
-23
/
+27
2020-05-02
LaTeX Writer: Add support for customizable alignment of columns in beamer (#6...
andrebauer
1
-5
/
+24
2020-04-30
PowerPoint writer: write math input verbatim in speaker notes.
Jesse Rosenthal
1
-6
/
+12
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
29
-3
/
+107
2020-04-24
RST writer: properly handle images with same alt text.
John MacFarlane
1
-7
/
+18
2020-04-22
AsciiDoc writer: add blank line after Div.
John MacFarlane
1
-1
/
+1
2020-04-20
Haddock Writer: Support Haddock tables
Joe Hermaszewski
1
-1
/
+1
2020-04-18
Fix round-trip bug with HTML tables....
John MacFarlane
1
-9
/
+13
2020-04-17
Markdown writer: avoid unnecessary escapes before intraword `_`
John MacFarlane
1
-1
/
+6
2020-04-17
API change: use PandocError for exceptions in Lua subsystem
Albert Krewinkel
1
-18
/
+9
2020-04-15
Modify toLegacyTable to cut up cells, add tests
despresc
1
-8
/
+43
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
4
-5
/
+5
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
31
-56
/
+96
2020-04-15
Remove the onlySimpleCellBodies function from Shared
despresc
3
-3
/
+3
2020-04-15
Implement the new Table type
despresc
32
-181
/
+239
2020-04-11
LaTeX writer: ensure that `-M csquotes` works even in fragment mode.
John MacFarlane
1
-10
/
+11
2020-04-04
Jira: support citations, attachment links, and user links
Albert Krewinkel
1
-3
/
+25
2020-04-01
Docbook writer: Add personname element to docbook author.
John MacFarlane
1
-1
/
+2
2020-03-31
Markdown writer: ensure consistent padding for pipe tables.
John MacFarlane
1
-2
/
+2
[prev]
[next]