index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-11
Command tests: small change to try to fix appveyor failures.
John MacFarlane
1
-3
/
+4
2017-06-11
Support for \faCheck and \faClose (#3727)
schrieveslaach
1
-0
/
+13
2017-06-11
Switched Writer types to use Text.
John MacFarlane
12
-19
/
+30
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
11
-576
/
+598
2017-06-01
HTML writer: Avoid two class attributes when adding 'uri' class.
John MacFarlane
1
-0
/
+6
2017-06-01
Markdown writer: Avoid inline surround-marking with empty content.
John MacFarlane
1
-0
/
+15
2017-06-01
LaTeX reader: handle some width specifiers on table columns.
John MacFarlane
1
-2
/
+2
2017-05-31
Org reader: respect export option for tags
Albert Krewinkel
1
-0
/
+6
2017-05-31
Org reader: include tags in headlines
Albert Krewinkel
1
-17
/
+19
2017-05-31
Org reader: recognize babel result blocks with attributes
Albert Krewinkel
1
-0
/
+44
2017-05-29
LaTeX reader: handle escaped & inside table cell.
John MacFarlane
1
-0
/
+15
2017-05-28
Org reader: Fix cite parsing behaviour
Herwig Stuetz
1
-0
/
+36
2017-05-27
Markdown writer: changes to `--reference-links`.
John MacFarlane
1
-0
/
+60
2017-05-27
Org reader: subject full doc tree to headline transformations
Albert Krewinkel
1
-2
/
+16
2017-05-25
Allow em for image height/width in HTML, LaTeX.
John MacFarlane
3
-36
/
+48
2017-05-25
Added `spaced_reference_links` extension.
John MacFarlane
31
-211
/
+1082
2017-05-25
Update command tests to include stderr output.
John MacFarlane
7
-5
/
+23
2017-05-25
Test.Command: put stderr output at front, so it can be tested.
John MacFarlane
1
-3
/
+3
2017-05-25
MediaWiki reader: don't do curly quotes inside `<tt>` contexts.
John MacFarlane
1
-0
/
+16
2017-05-24
Markdown reader: fixed smart quotes after emphasis.
John MacFarlane
1
-0
/
+6
2017-05-24
Parsing: Provide parseFromString'.
John MacFarlane
1
-0
/
+8
2017-05-23
RST Reader: parse list table directive (#3688)
keiichiro shikano
1
-0
/
+289
2017-05-20
Improve SVG image size code.
Marc Schreiber
5
-0
/
+318
2017-05-19
RST writer: add empty comments when needed...
John MacFarlane
2
-0
/
+21
2017-05-18
Org reader: fix smart parsing behavior
Albert Krewinkel
1
-2
/
+2
2017-05-18
Test updates for latex template changes.
John MacFarlane
1
-13
/
+14
2017-05-18
Markdown: allow attributes in reference links to start on next line.
John MacFarlane
1
-0
/
+13
2017-05-17
Markdown writer: Fixed duplicated reference links
John MacFarlane
1
-0
/
+26
2017-05-14
Org reader: add basic file inclusion mechanism
Albert Krewinkel
4
-0
/
+27
2017-05-16
Merge pull request #3671 from WUUUGI/horizont-spacing
John MacFarlane
1
-2
/
+2
2017-05-15
Textile reader: fix bug for certain links in table cells.
John MacFarlane
1
-0
/
+13
2017-05-15
Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...
Henri Werth
1
-2
/
+2
2017-05-12
Replace `repeat' and `take' with `replicate'
Alexander Krotov
1
-1
/
+1
2017-05-11
Combine grid table parsers
Albert Krewinkel
3
-42
/
+42
2017-05-09
LaTeX: Load `parskip` before `hyperref`. (#3654)
Václav Haisman
4
-24
/
+24
2017-05-07
Muse writer: Indent tables with one space (#3649)
Alexander Krotov
2
-35
/
+35
2017-05-07
Use fewer quickcheck tests for lua tests, to speed things up.
John MacFarlane
1
-3
/
+3
2017-05-06
Markdown reader: improved parsing of indented raw HTML blocks.
John MacFarlane
1
-0
/
+42
2017-05-06
LaTeX reader: Better handling of comments inside math environments.
John MacFarlane
1
-0
/
+13
2017-05-06
Fix keyval funtion: pandoc did not parse options in braces correctly.… (#3642)
schrieveslaach
1
-0
/
+25
2017-05-06
ConTeXt template: improved font handling.
John MacFarlane
2
-4
/
+22
2017-05-06
Org reader: support macros
Albert Krewinkel
2
-0
/
+37
2017-05-04
Muse writer: omit automatic header identifiers (#3633)
Alexander Krotov
1
-40
/
+0
2017-05-03
Org reader: support table.el tables
Albert Krewinkel
1
-0
/
+34
2017-05-03
Markdown writer: better escaping for links (#3628)
David A Roberts
1
-0
/
+28
2017-05-03
LaTeX reader: Add support for tabularx environment (#3632)
schrieveslaach
1
-0
/
+110
2017-05-03
Markdown Writer: put space before reference link definitions
Mauro Bieg
1
-0
/
+8
2017-05-02
Markdown writer: Case-insensitive reference links. (#3616)
David A Roberts
1
-0
/
+18
2017-04-30
Lua filter: fall-back to global filters when none is returned
Albert Krewinkel
2
-0
/
+12
2017-04-29
LaTeX writer: Fix problem with escaping in lstinline.
John MacFarlane
3
-1
/
+12
[next]