Age | Commit message (Expand) | Author | Files | Lines |
2017-07-24 | Added a test case with `markdown-latex_macros`. | John MacFarlane | 1 | -1/+10 |
2017-07-24 | LaTeX reader: some improvements in macro parsing. | John MacFarlane | 1 | -0/+8 |
2017-07-22 | HTML Reader: parse figure and figcaption (#3813) | Mauro Bieg | 1 | -0/+45 |
2017-07-21 | LaTeX reader: handle optional args in raw `\titleformat`. | John MacFarlane | 1 | -0/+6 |
2017-07-19 | LaTeX reader: fixed regression with starred environment names. | John MacFarlane | 1 | -0/+10 |
2017-07-13 | Add LaTeX xspace support (#3797) | schrieveslaach | 1 | -0/+27 |
2017-07-13 | Merge branch 'master' of https://github.com/jgm/pandoc into textcolor-support | Marc Schreiber | 17 | -4/+241 |
2017-07-12 | Make sure \write18 is parsed as raw LaTeX. | John MacFarlane | 3 | -1/+18 |
2017-07-11 | HTML reader: Ensure that paragraphs are closed properly... | John MacFarlane | 1 | -0/+7 |
2017-07-07 | Rewrote LaTeX reader with proper tokenization. | John MacFarlane | 8 | -3/+98 |
2017-06-30 | Markdown writer: Ensure that `+` and `-` are escaped properly... | John MacFarlane | 1 | -0/+14 |
2017-06-27 | RST reader: support anchors. | John MacFarlane | 1 | -0/+17 |
2017-06-27 | RST reader: Handle chained link definitions. | John MacFarlane | 1 | -0/+9 |
2017-06-23 | Markdown reader: interpret YAML metadata as Inlines when possible. | John MacFarlane | 1 | -0/+23 |
2017-06-23 | Text.Pandoc.Extensions: Added `Ext_raw_attribute`. | John MacFarlane | 1 | -0/+28 |
2017-06-20 | Fixed footnotes in table captions. | John MacFarlane | 1 | -0/+27 |
2017-06-12 | Merge branch 'master' into textcolor-support | schrieveslaach | 40 | -4/+1261 |
2017-06-12 | Markdown writer: don't allow soft break in header. | John MacFarlane | 1 | -0/+25 |
2017-06-11 | Don't allow backslash + newline to affect block structure. | John MacFarlane | 1 | -0/+21 |
2017-06-11 | Support for \faCheck and \faClose (#3727) | schrieveslaach | 1 | -0/+13 |
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-06-01 | Add \colorbox support | Marc Schreiber | 2 | -60/+127 |
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-27 | Markdown writer: changes to `--reference-links`. | John MacFarlane | 1 | -0/+60 |
2017-05-25 | Allow em for image height/width in HTML, LaTeX. | John MacFarlane | 2 | -24/+36 |
2017-05-25 | Added `spaced_reference_links` extension. | John MacFarlane | 1 | -0/+18 |
2017-05-25 | Update command tests to include stderr output. | John MacFarlane | 7 | -5/+23 |
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 | Add another test to make sure that textcolor parsing is working in the inside... | Marc Schreiber | 1 | -0/+8 |
2017-05-23 | Add suggestions of @jgm: parse bracketed stuff as inlines | Marc Schreiber | 1 | -0/+17 |
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 | 1 | -0/+15 |
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-15 | Textile reader: fix bug for certain links in table cells. | John MacFarlane | 1 | -0/+13 |
2017-05-11 | Combine grid table parsers | Albert Krewinkel | 1 | -2/+2 |
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 | Org reader: support macros | Albert Krewinkel | 1 | -0/+19 |
2017-05-04 | \textcolor will be parse as span at the beginning of a paragraph | Marc Schreiber | 1 | -0/+7 |
2017-05-03 | Org reader: support table.el tables | Albert Krewinkel | 1 | -0/+34 |
2017-05-03 | \textcolor works as inline and block command | Marc Schreiber | 1 | -8/+12 |