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-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
2019-05-27
consolidate simple-table detection (#5524)
Mauro Bieg
1
-7
/
+2
2019-05-25
Muse reader: allow images inside link descriptions
Alexander Krotov
1
-5
/
+4
2019-05-25
HTML reader: trim definition list terms
Alexander Krotov
1
-1
/
+1
2019-05-13
Org reader: fix planning elements in headers level 3 and higher
Albert Krewinkel
1
-1
/
+1
2019-05-13
Org reader: omit, but warn about unknown export options
Albert Krewinkel
2
-4
/
+14
2019-05-11
FB2 reader: parse notes
Alexander Krotov
1
-3
/
+51
2019-05-11
FB2 reader: use XML.Light.Input.parseXMLDoc to parse the root element
Alexander Krotov
1
-12
/
+11
2019-05-11
Reduce the amount of state in FB2 reader
Alexander Krotov
1
-1
/
+3
2019-05-11
FB2 reader: use Text.XML.Light.unqual where possible
Alexander Krotov
1
-8
/
+8
2019-05-05
Org reader: prefer plain symbols over math symbols
Albert Krewinkel
1
-1
/
+1
2019-05-05
Org reader: recognize emphasis after TODO/DONE keyword
Albert Krewinkel
1
-1
/
+3
2019-05-03
LaTeX reader: Allow newlines in `\mintinline`.
John MacFarlane
1
-3
/
+7
2019-05-01
MediaWiki reader: handle multiple attributes in table row (#5471)
chinapedia
1
-2
/
+2
2019-04-10
LaTeX reader: add braces when resolving `\DeclareMathOperator`.
John MacFarlane
1
-1
/
+2
2019-04-05
Vimwiki reader: improve handling of internal links.
John MacFarlane
1
-5
/
+12
[prev]
[next]