summaryrefslogtreecommitdiff
path: root/test/command
Commit message (Expand)AuthorAge
...
* | | | HTML Reader: parse figure and figcaption (#3813)Mauro Bieg2017-07-22
* | | | LaTeX reader: handle optional args in raw `\titleformat`.John MacFarlane2017-07-21
* | | | LaTeX reader: fixed regression with starred environment names.John MacFarlane2017-07-19
* | | | Add LaTeX xspace support (#3797)schrieveslaach2017-07-13
| |_|/ |/| |
* | | Make sure \write18 is parsed as raw LaTeX.John MacFarlane2017-07-12
* | | HTML reader: Ensure that paragraphs are closed properly...John MacFarlane2017-07-11
* | | Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* | | Markdown writer: Ensure that `+` and `-` are escaped properly...John MacFarlane2017-06-30
* | | RST reader: support anchors.John MacFarlane2017-06-27
* | | RST reader: Handle chained link definitions.John MacFarlane2017-06-27
* | | Markdown reader: interpret YAML metadata as Inlines when possible.John MacFarlane2017-06-23
* | | Text.Pandoc.Extensions: Added `Ext_raw_attribute`.John MacFarlane2017-06-23
* | | Fixed footnotes in table captions.John MacFarlane2017-06-20
| |/ |/|
* | Markdown writer: don't allow soft break in header.John MacFarlane2017-06-12
* | Don't allow backslash + newline to affect block structure.John MacFarlane2017-06-11
* | Support for \faCheck and \faClose (#3727)schrieveslaach2017-06-11
* | HTML writer: Avoid two class attributes when adding 'uri' class.John MacFarlane2017-06-01
* | Markdown writer: Avoid inline surround-marking with empty content.John MacFarlane2017-06-01
* | LaTeX reader: handle some width specifiers on table columns.John MacFarlane2017-06-01
* | Org reader: recognize babel result blocks with attributesAlbert Krewinkel2017-05-31
* | LaTeX reader: handle escaped & inside table cell.John MacFarlane2017-05-29
* | Markdown writer: changes to `--reference-links`.John MacFarlane2017-05-27
* | Allow em for image height/width in HTML, LaTeX.John MacFarlane2017-05-25
* | Added `spaced_reference_links` extension.John MacFarlane2017-05-25
* | Update command tests to include stderr output.John MacFarlane2017-05-25
* | MediaWiki reader: don't do curly quotes inside `<tt>` contexts.John MacFarlane2017-05-25
* | Markdown reader: fixed smart quotes after emphasis.John MacFarlane2017-05-24
* | Parsing: Provide parseFromString'.John MacFarlane2017-05-24
* | RST Reader: parse list table directive (#3688)keiichiro shikano2017-05-23
* | Improve SVG image size code.Marc Schreiber2017-05-20
* | RST writer: add empty comments when needed...John MacFarlane2017-05-19
* | Markdown: allow attributes in reference links to start on next line.John MacFarlane2017-05-18
* | Markdown writer: Fixed duplicated reference linksJohn MacFarlane2017-05-17
* | Org reader: add basic file inclusion mechanismAlbert Krewinkel2017-05-14
* | Textile reader: fix bug for certain links in table cells.John MacFarlane2017-05-15
* | Combine grid table parsersAlbert Krewinkel2017-05-11
* | Markdown reader: improved parsing of indented raw HTML blocks.John MacFarlane2017-05-06
* | LaTeX reader: Better handling of comments inside math environments.John MacFarlane2017-05-06
* | Fix keyval funtion: pandoc did not parse options in braces correctly.… (#3642)schrieveslaach2017-05-06
* | Org reader: support macrosAlbert Krewinkel2017-05-06
* | Org reader: support table.el tablesAlbert Krewinkel2017-05-03
* | Markdown writer: better escaping for links (#3628)David A Roberts2017-05-03
* | LaTeX reader: Add support for tabularx environment (#3632)schrieveslaach2017-05-03
* | Markdown Writer: put space before reference link definitionsMauro Bieg2017-05-03
|/
* Markdown writer: Case-insensitive reference links. (#3616)David A Roberts2017-05-02
* LaTeX writer: Fix problem with escaping in lstinline.John MacFarlane2017-04-29
* LaTeX writer: don't use lstinline it \item[..].John MacFarlane2017-04-28
* LaTeX reader: Add basic support for hyphenat package (#3603)schrieveslaach2017-04-26
* LaTeX reader: Add support for \vdots (#3607)schrieveslaach2017-04-26
* LaTeX writer: fix error with line breaks after empty content.John MacFarlane2017-04-25