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
2017-12-13
Custom writer: use init file to setup Lua interpreter
Albert Krewinkel
1
-11
/
+12
2017-12-13
Custom writer: define instances for newtype wrapper
Albert Krewinkel
1
-69
/
+57
2017-12-11
Fix comment that confused compiler.
Jesse Rosenthal
1
-2
/
+0
2017-12-11
Remove redundant imports from Docx writer.
Jesse Rosenthal
1
-3
/
+0
2017-12-11
Add Powerpoint writer.
Jesse Rosenthal
1
-0
/
+1665
2017-12-11
Create shared OOXML writer file.
Jesse Rosenthal
2
-33
/
+110
2017-12-10
Changes for skylighting-0.5.
John MacFarlane
2
-5
/
+5
2017-12-09
Man writer: omit internal links.
John MacFarlane
1
-0
/
+2
2017-12-04
Add `empty_paragraphs` extension.
John MacFarlane
3
-20
/
+27
2017-12-03
Removed unnecessary import.
John MacFarlane
1
-1
/
+1
2017-12-03
commonmark/gfm writer: use raw html for native divs/spans.
John MacFarlane
1
-4
/
+14
2017-12-03
HTML writer: export tagWithAttributes.
John MacFarlane
1
-2
/
+19
2017-12-03
commonmark/gfm writer: implement `raw_html` and `raw_tex` extensions.
John MacFarlane
1
-6
/
+12
2017-12-02
Docx writer: allow empty paragraphs.
John MacFarlane
2
-4
/
+8
2017-12-02
LaTeX writer: escape `_` in code with --listings.
John MacFarlane
1
-1
/
+1
2017-12-01
LaTeX writer: allow specifying just width or height for image size.
John MacFarlane
1
-1
/
+6
2017-12-01
LaTeX writer: escape ~ in code with --listings.
John MacFarlane
1
-1
/
+1
2017-12-01
Revert "LaTeX writer: Add keepaspectratio to includegraphics..."
John MacFarlane
1
-6
/
+1
2017-11-30
LaTeX writer: Add keepaspectratio to includegraphics...
John MacFarlane
1
-1
/
+6
2017-11-29
Let papersizes a0, a1, a2, ... be case-insensitive in LaTeX and ConTeXt.
John MacFarlane
2
-5
/
+8
2017-11-28
Support `--webtex` for `gfm` output.
John MacFarlane
2
-9
/
+18
2017-11-24
Muse writer: improve inline normalization
Alexander Krotov
1
-0
/
+14
2017-11-24
Muse: move inline list normalization to writer
Alexander Krotov
1
-1
/
+9
2017-11-22
Muse writer: escape hash symbol
Alexander Krotov
1
-1
/
+1
2017-11-22
Muse writer: escape "----" to avoid accidental horizontal rules
Alexander Krotov
1
-4
/
+6
2017-11-22
Muse writer: escape only </code> inside code tag
Alexander Krotov
1
-1
/
+1
2017-11-14
EPUB writer: Fixed path for cover image.
John MacFarlane
1
-1
/
+1
2017-11-14
EPUB writer: fix paths for cover image.
John MacFarlane
1
-2
/
+2
2017-11-13
Markdown writer: fix bug with doubled footnotes in grid tables.
John MacFarlane
1
-12
/
+22
2017-11-08
EPUB writer: fixed modified paths for raw HTML tags
John MacFarlane
1
-2
/
+2
2017-11-07
EPUB writer: fixed EPUB OCF structure.
John MacFarlane
1
-65
/
+82
2017-11-07
EPUB writer: fix image paths with empty `--epub-subdirectory`.
John MacFarlane
1
-3
/
+9
2017-11-04
Revert "Better indentation under headers in org mode output."
John MacFarlane
1
-26
/
+14
2017-11-04
Better indentation under headers in org mode output.
John MacFarlane
1
-14
/
+26
2017-11-04
Fix strikethrough in gfm writer.
John MacFarlane
1
-1
/
+1
2017-11-02
Improved support for columns in HTML.
John MacFarlane
1
-5
/
+2
2017-11-02
Use latest skylighting; ensure no duplicate ids on code lines.
John MacFarlane
1
-3
/
+11
2017-11-02
Fixed revealjs slide column width issues.
John MacFarlane
1
-2
/
+7
2017-11-02
hlint
Alexander Krotov
1
-1
/
+1
2017-11-01
hlint
Alexander Krotov
9
-14
/
+14
2017-11-01
FB2 writer: Add "unrecognised" genre to <title-info>
Alexander Krotov
1
-1
/
+2
2017-11-01
FB2 writer: remove <annotation> from <body>
Alexander Krotov
1
-11
/
+2
2017-11-01
Merge pull request #4009 from mb21/html-class-names
John MacFarlane
1
-3
/
+3
2017-11-01
Merge pull request #4008 from labdsf/fb2-bullets
John MacFarlane
1
-8
/
+4
2017-10-31
Properly pass through author metadata in JATS writer.
John MacFarlane
1
-41
/
+14
2017-10-31
LaTeX/Beamer writer: support "blocks" inside columns and other Divs.
John MacFarlane
1
-0
/
+4
2017-10-31
Markdown reader: make sure fenced div closers work in lists.
John MacFarlane
1
-1
/
+1
2017-10-31
Make `fenced_divs` affect the Markdown writer.
John MacFarlane
1
-5
/
+13
2017-10-31
FB2 writer: write blocks outside of <p> in definitions
Alexander Krotov
1
-18
/
+2
2017-10-31
HTML Writer: consistently use dashed class-names
mb21
1
-3
/
+3
[next]