index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-18
Decompress .svgz when converting to "data:" URI
Alexander Krotov
1
-1
/
+1
2018-12-17
LaTeX reader: Support `\DeclareMathOperator`.
John MacFarlane
1
-1
/
+11
2018-12-17
Replace read with safeRead. Closes #5162.
John MacFarlane
3
-11
/
+8
2018-12-17
Parsing: use safeRead instead of read.
John MacFarlane
1
-1
/
+1
2018-12-17
HTML reader: handle empty start attribute.
John MacFarlane
1
-4
/
+2
2018-12-13
Man/Ms writers: don't escape `-` as `\-`.
John MacFarlane
1
-1
/
+0
2018-12-12
ICML writer: support custom-styles (#5137)
Mauro Bieg
1
-3
/
+10
2018-12-10
Docx: handle level overrides.
Jesse Rosenthal
1
-6
/
+17
2018-12-10
Docx: add a levelOverride type.
Jesse Rosenthal
1
-3
/
+20
2018-12-10
Docx writer: Make Level into a real type.
Jesse Rosenthal
2
-4
/
+6
2018-12-10
ICML writer: support unnumbered headers
mb21
1
-2
/
+5
2018-12-05
RST writer: don't wrap simple table header lines.
John MacFarlane
1
-1
/
+1
2018-12-04
Strip out illegal XML characters in escapeXMLString.
John MacFarlane
1
-1
/
+6
2018-12-03
Markdown writer: include needed whitespace after HTML figure.
John MacFarlane
1
-1
/
+1
2018-11-30
Fix warnings in Text.Pandoc.Process.
John MacFarlane
1
-2
/
+5
2018-11-30
Text.Pandoc.Process: update pipeProcess
Albert Krewinkel
1
-31
/
+60
2018-11-29
Improve error message for UTF-8 decoding errors.
John MacFarlane
1
-6
/
+17
2018-11-29
Add PandocUTF8DecodingError constructor for PandocError.
John MacFarlane
1
-0
/
+7
2018-11-29
Man reader: use mapLeft from Shared.
John MacFarlane
1
-6
/
+1
2018-11-29
Changed types of writeJSON and readJSON.
John MacFarlane
2
-11
/
+10
2018-11-29
LaTeX reader: Support \inputminted (closes #5103).
John MacFarlane
1
-2
/
+21
2018-11-27
MediaWiki writer: fix caption, use 'thumb' instead of 'frame'.
John MacFarlane
1
-17
/
+33
2018-11-25
Fix parsing of citations and quotes after parentheses.
John MacFarlane
1
-6
/
+2
2018-11-24
EPUB writer: handle calibre metadata.
John MacFarlane
1
-1
/
+22
2018-11-25
MediaWiki reader internals: remove unnecessary binding
Alexander Krotov
1
-2
/
+1
2018-11-22
Hlint suggestions.
John MacFarlane
5
-30
/
+26
2018-11-22
RTF writer: fix warnings for skipped raw inlines.
John MacFarlane
1
-1
/
+1
2018-11-22
OpenDocument writer: small amendment to #5095.
John MacFarlane
1
-1
/
+1
2018-11-22
Merge pull request #5095 from pyssling/master
John MacFarlane
1
-2
/
+2
2018-11-22
ODT writer: Fix list indentation
Nils Carlson
1
-2
/
+2
2018-11-21
HTML writer: use plain `"` instead of `"` outside of attributes.
John MacFarlane
1
-1
/
+2
2018-11-20
Docx writer: Fix bookmarks to headers with long titles.
John MacFarlane
1
-4
/
+18
2018-11-19
Fix compiler warning.
John MacFarlane
1
-1
/
+1
2018-11-19
AsciiDoc writer: improve ordered lists.
John MacFarlane
1
-32
/
+27
2018-11-19
Lua filters: test AST object equality via Haskell
Albert Krewinkel
1
-3
/
+15
2018-11-19
For bibliography match Div with id 'refs', not class 'references'.
John MacFarlane
6
-12
/
+13
2018-11-19
LaTeX reader: cleaned up handling of dimension arguments.
John MacFarlane
2
-6
/
+12
2018-11-18
LaTeX reader: don't allow arguments for verbatim, etc.
John MacFarlane
1
-1
/
+0
2018-11-18
LaTeX reader: Allow space before bracketed options.
John MacFarlane
1
-1
/
+2
2018-11-18
LaTeX reader: allow optional arguments after \\ in tables.
John MacFarlane
1
-1
/
+2
2018-11-18
LaTeX reader: improve parsing of `\tiny`, `scriptsize`, etc.
John MacFarlane
1
-4
/
+18
2018-11-19
FB2 reader: do not throw error for unknown elements in <body>
Alexander Krotov
1
-1
/
+1
2018-11-17
Lua Utils module: improve stringify
Albert Krewinkel
1
-2
/
+9
2018-11-16
HTML reader: allow tfoot before body rows.
John MacFarlane
1
-2
/
+3
2018-11-15
HTML reader: parse `<small>` as a Span with class "small".
John MacFarlane
1
-0
/
+4
2018-11-15
Asciidoc writer: Render Spans using `[#id .class]#contents#`.
John MacFarlane
1
-3
/
+7
2018-11-15
Muse writer: output tables as grid tables if they have multi-line cells
Alexander Krotov
1
-1
/
+13
2018-11-14
Muse reader: trim whitespace before parsing grid table cells
Alexander Krotov
1
-2
/
+2
2018-11-14
Muse reader: add grid tables support
Alexander Krotov
1
-2
/
+31
2018-11-14
Muse writer: indent simple tables only on the top level
Alexander Krotov
1
-4
/
+5
[prev]
[next]