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
/
Readers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-24
LaTeX reader: Add 'tikzcd' to list of special environments.
Eigil Rischel
1
-0
/
+1
2019-09-22
RST reader: Fixed parsing of indented blocks.
John MacFarlane
1
-6
/
+9
2019-09-22
[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)
Nikolay Yakimov
3
-380
/
+307
2019-09-22
Use HsYAML-0.2.0.0
John MacFarlane
1
-11
/
+12
2019-09-21
[Docx Reader] Use style names, not ids, for assigning semantic meaning
Nikolay Yakimov
3
-183
/
+287
2019-09-21
[Docx Reader] Code clean-up
Nikolay Yakimov
2
-63
/
+39
2019-09-19
MediaWiki: skip optional {{table}} template.
John MacFarlane
1
-0
/
+1
2019-09-09
LaTeX reader: Fix parsing of optional arguments that contain braced text.
John MacFarlane
1
-4
/
+3
2019-09-08
Org reader: modify handling of example blocks. (#5717)
Brian Leung
2
-14
/
+43
2019-09-05
Roff reader: Better support for 'while'.
John MacFarlane
1
-0
/
+3
2019-09-05
Roff reader: improve handling of groups.
John MacFarlane
1
-4
/
+2
2019-09-04
Roff reader: Fix problem parsing comments before macro.
John MacFarlane
1
-2
/
+0
2019-09-04
Roff reader: more improvements in parsing conditionals.
John MacFarlane
1
-3
/
+4
2019-09-04
Roff readers: better parsing of groups.
John MacFarlane
1
-9
/
+5
2019-09-02
LaTeX reader: don't try to parse includes if raw_tex is set.
John MacFarlane
1
-5
/
+13
2019-09-02
LaTeX reader: properly handle optional arguments for macros.
John MacFarlane
2
-2
/
+2
2019-08-27
LaTeX reader: fix `\\` in `\parbox` inside a table cell.
John MacFarlane
1
-3
/
+18
2019-08-27
Markdown reader: Headers: don't parse content over newline boundary.
John MacFarlane
1
-4
/
+15
2019-08-26
Use parseFromString' in Muse reader.
John MacFarlane
1
-1
/
+1
2019-08-26
Fix inline parsing in grid table cells.
John MacFarlane
2
-2
/
+2
2019-08-23
RST reader: use title, not admonition-title, for admonition title.
John MacFarlane
1
-1
/
+1
2019-08-23
docbook: richer parse for admonitions (#5593)
Michael Peyton Jones
1
-16
/
+27
2019-08-14
LaTeX reader: improve withRaw so it can handle cases where...
John MacFarlane
1
-2
/
+3
2019-08-14
Removed some needless lookaheads in Markdown reader.
John MacFarlane
1
-2
/
+0
2019-08-05
Treat `ly` as verbatim too (#5671)
Urs Liska
1
-0
/
+1
2019-07-24
LaTeX reader: handle `\passthrough` macro used by latex writer.
John MacFarlane
1
-0
/
+2
2019-07-22
LaTeX reader: support tex `\tt` command.
John MacFarlane
1
-0
/
+1
2019-07-22
Org reader: accept ATTR_LATEX in block attributes
Albert Krewinkel
1
-3
/
+11
2019-07-20
LaTeX reader: search for image with list of extensions...
John MacFarlane
1
-6
/
+16
2019-07-19
Markdown: Ensure that expanded latex macros end with space if original did.
John MacFarlane
1
-1
/
+10
2019-07-16
LaTeX reader: handle \looseness command values better.
John MacFarlane
1
-5
/
+4
2019-07-14
Muse: add RTL support
Alexander Krotov
1
-0
/
+12
2019-07-13
Fix #4499: add mbox and hbox handling to LaTeX reader (#5586)
Vasily Alferov
1
-1
/
+11
2019-07-13
Merge pull request #5589 from blmage/fix-3992
John MacFarlane
1
-8
/
+15
2019-07-13
Merge pull request #5606 from blmage/odt-frames
John MacFarlane
4
-75
/
+127
2019-07-13
LaTeX reader: Properly handle \providecommand and environment...
John MacFarlane
1
-21
/
+30
2019-07-10
RST reader: keep `name` property in `imgAttr`. (#5637)
Brian Leung
1
-1
/
+1
2019-07-06
Markdown reader: handle inline code more eagerly within lists. (#5628)
Brian Leung
1
-5
/
+7
2019-07-02
Fix redundant constraint warnings. (#5625)
Pete Ryland
6
-9
/
+8
2019-06-21
Support epigraph command in LaTeX Reader.
oquechy
1
-0
/
+8
2019-06-20
Improve the parsing of frames in ODT documents
blmage
4
-75
/
+127
2019-06-18
Handle the case where the "cover" meta does not link to the manifest
blmage
1
-2
/
+2
2019-06-18
Add support for EPUB2 covers (fix #3992)
blmage
1
-7
/
+14
2019-06-09
DocBook reader: Issue IgnoredElement warnings.
John MacFarlane
1
-28
/
+37
2019-06-09
FB2 reader: skip unknown elements rather than throwing errors.
John MacFarlane
1
-20
/
+39
2019-06-08
LaTeX reader: pass through unknown listings language as class.
John MacFarlane
1
-7
/
+13
2019-06-04
Include trailing {}s in raw latex commands.
John MacFarlane
1
-2
/
+7
2019-06-04
Docx reader: Add support for w:rtl (ltr annotation).
John MacFarlane
2
-4
/
+19
2019-06-04
Markdown reader: don't create implicit reference for empty header.
John MacFarlane
1
-4
/
+7
2019-05-29
HTML reader: misc. epub related fixes.
John MacFarlane
1
-30
/
+41
[next]