summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Writers.Shared.unsmartify: undo literal double curly quotes.John MacFarlane2017-08-08
* CommonMark reader: support `emoji` extension.John MacFarlane2017-08-08
* CommonMark reader: support `gfm_auto_identifiers`.John MacFarlane2017-08-08
* CommonMark writer: Support pipe tables.John MacFarlane2017-08-08
* CommonMark writer: support table, strikethrough extensions...John MacFarlane2017-08-08
* Fix `blanklines' documentation (#3843)Alexander2017-08-08
* CommonMark reader: make exts depend on extensions.John MacFarlane2017-08-07
* Remove GFM modules; use CMarkGFM for both gfm and commonmark.John MacFarlane2017-08-07
* Issue deprecation warning for `markdown_github`.John MacFarlane2017-08-07
* Logging: Added Deprecated constructor to LogMessage.John MacFarlane2017-08-07
* Man writer: removed some unneeded imports.John MacFarlane2017-08-07
* Added Deprecated warning to LogMessage.John MacFarlane2017-08-07
* Man writer: avoid error for def lists with no definitions.John MacFarlane2017-08-07
* Markdown reader: fixed spurious parsing as citation as reference def.John MacFarlane2017-08-07
* Revert "Logging: Made SkippedContent an INFO level message..."John MacFarlane2017-08-07
* Added gfm (GitHub-flavored CommonMark) as an input and output format.John MacFarlane2017-08-07
* Logging: Made SkippedContent an INFO level message...John MacFarlane2017-08-07
* Small tweak to previous commit.John MacFarlane2017-08-07
* LaTeX reader: Support simple `\def` macros.John MacFarlane2017-08-07
* LaTeX reader: Support `\let`.John MacFarlane2017-08-07
* LaTeX writer: Don't use figure inside table cell.John MacFarlane2017-08-06
* Muse reader: debug indented paragraph support (#3839)Alexander2017-08-06
* Docx reader: Avoid 0-level headers.Jesse Rosenthal2017-08-06
* Muse reader: debug list and list item separation rules (#3837)Alexander2017-08-06
* LaTeX reader: plainbreak, fancybreak et al from the memoir class (#3833)bucklereed2017-08-05
* Muse reader: do not allow headers in blockquotes (#3831)Alexander Krotov2017-08-03
* Muse reader: do not parse blocks inside comments (#3828)Alexander Krotov2017-08-03
* DokuWiki reader: better handling for code block in list item.John MacFarlane2017-08-02
* Markdown writer: better escaping of `<` and `>`.John MacFarlane2017-07-30
* Class: more haddocks.John MacFarlane2017-07-30
* Class: Removed unnecessary withMedia, improved haddocks.John MacFarlane2017-07-30
* Sorted the list of supported HTML5 attributes and removed duplicates. (#3817)Wandmalfarbe2017-07-26
* HTML writer: render raw inline environments when --mathjax used.John MacFarlane2017-07-26
* HTML writer: insert data- in front of unsupported attributes.John MacFarlane2017-07-25
* Merge branch 'textcolor-support' of https://github.com/schrieveslaach/pandoc ...John MacFarlane2017-07-25
|\
| * Merge branch 'master' of https://github.com/jgm/pandoc into textcolor-supportMarc Schreiber2017-07-13
| |\
| * \ Merge branch 'master' into textcolor-supportschrieveslaach2017-06-12
| |\ \
| * | | Add \colorbox supportMarc Schreiber2017-06-01
| * | | Add suggestions of @jgm: parse bracketed stuff as inlinesMarc Schreiber2017-05-23
| * | | \textcolor will be parse as span at the beginning of a paragraphMarc Schreiber2017-05-04
| * | | \textcolor works as inline and block commandMarc Schreiber2017-05-03
| * | | Add block version of \textcolorMarc Schreiber2017-05-03
| * | | Add basic \textcolor support to LaTeX readerMarc Schreiber2017-05-02
* | | | LaTeX reader: support etoolbox's ifstrequal.John MacFarlane2017-07-24
* | | | LaTeX reader: removed code for non-exported 'macro'.John MacFarlane2017-07-24
* | | | LaTeX reader: Removed 'macro'.John MacFarlane2017-07-24
* | | | LaTeX reader: some improvements in macro parsing.John MacFarlane2017-07-24
* | | | Refactored some common code in LaTeX reader.John MacFarlane2017-07-24
* | | | HTML Reader: parse figure and figcaption (#3813)Mauro Bieg2017-07-22
* | | | LaTeX reader: improved heuristic for raw block/inline.John MacFarlane2017-07-21