Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-02-25 | Added readerTrace to ReaderOptions, --trace command line opt. | John MacFarlane | 1 | -1/+11 |
2014-02-21 | Fixed bug in reference link parsing in markdown_mmd. | John MacFarlane | 1 | -1/+1 |
2014-02-04 | Slight code reorganization in endline. | John MacFarlane | 1 | -5/+3 |
2014-01-09 | Markdown parser: be more permissive about citation keys. | John MacFarlane | 1 | -3/+4 |
2014-01-07 | Markdown reader: Allow hard line breaks in table cells. | John MacFarlane | 1 | -3/+3 |
2013-12-19 | HLint: use fromMaybe | Henry de Valence | 1 | -2/+2 |
2013-12-19 | HLint: redundant parens | Henry de Valence | 1 | -1/+1 |
2013-12-19 | HLint: use `elem` and `notElem` | Henry de Valence | 1 | -4/+4 |
2013-12-15 | Properly handle script blocks in strict mode. | John MacFarlane | 1 | -1/+3 |
2013-12-12 | Markdown reader: Fixed regression in title blocks. | John MacFarlane | 1 | -4/+4 |
2013-12-07 | Another small performance improvement. | John MacFarlane | 1 | -3/+5 |
2013-12-07 | Small performance improvement in list parsing. | John MacFarlane | 1 | -2/+3 |
2013-12-07 | Markdown reader: Fixed bug with literal `</div>` in lists. | John MacFarlane | 1 | -3/+4 |
2013-12-06 | HTML reader: Parse LaTeX math if appropriate options are set. | John MacFarlane | 1 | -33/+0 |
2013-12-04 | Stop parsing "list lines" when we hit a block tag. | John MacFarlane | 1 | -1/+3 |
2013-11-22 | Fixed bug with intraword emphasis. | John MacFarlane | 1 | -1/+2 |
2013-11-03 | Markdown reader: Correctly handle empty bullet list items. | John MacFarlane | 1 | -4/+5 |
2013-10-29 | Markdown reader: Yaml block must start immediately after `---`. | John MacFarlane | 1 | -0/+1 |
2013-09-14 | Markdown reader: unresolved citations fall back to original text. | John MacFarlane | 1 | -11/+14 |
2013-09-09 | Markdown: don't parse citation right after alphanumeric. | John MacFarlane | 1 | -0/+5 |
2013-09-08 | markdown+list_without_preceding_blankline:+Interpret text before list as para... | John MacFarlane | 1 | -3/+5 |
2013-09-08 | Markdown: Allow backtick code blocks not to be preceded by blank line. | John MacFarlane | 1 | -0/+3 |
2013-09-07 | Added `lists_without_preceding_blankline` extension. | John MacFarlane | 1 | -0/+1 |
2013-09-01 | Markdown reader: Don't autolink a bare URI that is followed by `</a>`. | John MacFarlane | 1 | -0/+1 |
2013-09-01 | Factored out registerHeader from markdown reader, added to Parsing. | John MacFarlane | 1 | -28/+2 |
2013-08-24 | Removed dependency on citeproc-hs. | John MacFarlane | 1 | -4/+1 |
2013-08-20 | Create Cite element even if no matching reference in the biblio. | John MacFarlane | 1 | -9/+12 |
2013-08-18 | Allow multiple YAML metadata blocks in document. | John MacFarlane | 1 | -51/+56 |
2013-08-17 | Markdown reader: Parse span, div tags as Span, Div elements. | John MacFarlane | 1 | -0/+22 |