Age | Commit message (Expand) | Author | Files | Lines |
2015-03-22 | Remove F Monad from Markdown reader | Matthew Pickering | 1 | -313/+306 |
2015-03-15 | Merge pull request #1989 from zudov/shortcut_ref_link_pr | John MacFarlane | 1 | -0/+1 |
2015-03-10 | Support shortcut reference links in markdown writer | Konstantin Zudov | 1 | -0/+1 |
2015-03-07 | Fixed pipe tables -- headerless tables are not allowed. | John MacFarlane | 1 | -5/+3 |
2015-02-25 | Markdown reader: check for tex macros after indented code. | John MacFarlane | 1 | -3/+3 |
2015-02-18 | Change return type of Markdown reader | Matthew Pickering | 1 | -25/+33 |
2015-02-18 | Factor out "returnState" into Parsing module | Matthew Pickering | 1 | -8/+1 |
2015-02-18 | HLint changes | Matthew Pickering | 1 | -82/+76 |
2015-02-18 | Remove F Monad from Markdown reader | Matthew Pickering | 1 | -312/+307 |
2014-12-15 | Don't treat a citation as a reference link label. | John MacFarlane | 1 | -3/+4 |
2014-12-12 | expose warnings from RST reader; refactor | Daniel Bergey | 1 | -5/+1 |
2014-12-08 | RST Reader: Warn about skipped directives | Daniel Bergey | 1 | -6/+0 |
2014-11-12 | Merge pull request #1645 from neongreen/issue1636 | John MacFarlane | 1 | -2/+9 |
2014-10-18 | Markdown reader: allow `startnum` to work without `fancy_lists`. | John MacFarlane | 1 | -2/+2 |
2014-10-14 | Use '=' instead of '#' for atx-style headers in markdown+lhs. | Kristof Bastiaensen | 1 | -3/+9 |
2014-09-26 | Fix 'Ext_lists_without_preceding_blankline' bug. | Artyom | 1 | -2/+9 |
2014-08-31 | Markdown reader: better handling of paragraph in div. | John MacFarlane | 1 | -0/+7 |
2014-08-14 | Markdown reader: Better handle quote characters in inline links. | John MacFarlane | 1 | -2/+4 |
2014-08-12 | Markdown reader: Improved parsing of indented code in list items. | John MacFarlane | 1 | -25/+42 |
2014-08-08 | Added `native_divs` and `native_spans` extensions. | John MacFarlane | 1 | -2/+2 |
2014-07-20 | Fix behavior of `markdown_attribute` extension. | John MacFarlane | 1 | -4/+15 |
2014-07-20 | Markdown reader: Fixed small bug in HTML parsing with markdown_attribute. | John MacFarlane | 1 | -3/+4 |
2014-07-20 | Markdown reader: revised definition list syntax (closes #1429). | John MacFarlane | 1 | -23/+38 |
2014-07-16 | Removed redundant clause in markdown parser. | John MacFarlane | 1 | -2/+1 |
2014-07-13 | Use renderTags' for all tag rendering. | John MacFarlane | 1 | -1/+1 |
2014-07-11 | Removed (>>~) function | Matthew Pickering | 1 | -4/+4 |
2014-07-10 | Fixed an issue caused by e4263d306e6988dd322c895242eb818d22b9e012. | John MacFarlane | 1 | -0/+5 |
2014-07-10 | Markdown reader: Fixed regression with intraword underscores. | John MacFarlane | 1 | -10/+16 |
2014-07-10 | Markdown reader: Slight rewrite of enclosure/emphOrStrong code. | John MacFarlane | 1 | -6/+8 |
2014-07-07 | Revamped raw HTML block parsing in markdown. | John MacFarlane | 1 | -42/+47 |
2014-06-23 | Markdown reader: Combine consecutive latex environments. | John MacFarlane | 1 | -2/+4 |
2014-06-20 | Markdown reader: Support smallcaps through span. | John MacFarlane | 1 | -1/+6 |
2014-06-20 | Markdown reader: Prevent spurious line breaks after list items. | John MacFarlane | 1 | -1/+2 |
2014-06-16 | Small improvement to fix to #1333. | John MacFarlane | 1 | -4/+1 |
2014-06-16 | Markdown reader: fixed #1333 (table parsing bug). | John MacFarlane | 1 | -5/+6 |
2014-05-27 | Markdown reader: Handle `c++` and `objective-c` as language identifiers | John MacFarlane | 1 | -1/+8 |
2014-05-14 | Move `citeKey` from Readers.Markdown to Parsing | Albert Krewinkel | 1 | -14/+0 |
2014-05-14 | Introduce class HasLastStrPosition, generalize functions | Albert Krewinkel | 1 | -8/+3 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2014-05-04 | Fixed the fix to #1154. | John MacFarlane | 1 | -1/+1 |
2014-05-04 | Markdown reader: Fixed bug with unwanted code in lists. | John MacFarlane | 1 | -0/+1 |
2014-05-02 | Fixed empty reference links. Closes #1186. | John MacFarlane | 1 | -3/+1 |
2014-05-01 | Markdown reader: Make one-column pipe tables work. | John MacFarlane | 1 | -6/+16 |
2014-04-24 | Render numbers in YAML metadata without decimals when possible. | John MacFarlane | 1 | -1/+6 |
2014-04-19 | Move `compactify'DL` from Markdown reader into Shared | Albert Krewinkel | 1 | -17/+0 |
2014-04-01 | Changed the smart punctuation parser to return Inlines rather than an Inline ... | Matthew Pickering | 1 | -1/+1 |
2014-03-24 | Markdown reader: Fixed regression on line breaks in strict mode. | John MacFarlane | 1 | -1/+1 |
2014-02-26 | Markdown reader: Improved parsing of nested divs. | John MacFarlane | 1 | -0/+2 |
2014-02-26 | Markdown parser: avoid backtracking when closing `</div>` not found. | John MacFarlane | 1 | -6/+13 |
2014-02-26 | Markdown reader: small efficiency improvement. | John MacFarlane | 1 | -1/+1 |