Age | Commit message (Expand) | Author | Files | Lines |
2013-01-16 | Implemented Ext_mmd_header_identifiers in markdown reader. | John MacFarlane | 1 | -4/+22 |
2013-01-15 | Changed Ext_autolink_urls -> Ext_autolink_bare_uris. | John MacFarlane | 1 | -1/+1 |
2013-01-15 | Use 'fig:' instead of '\SOH' in title to indicate figure. | John MacFarlane | 1 | -2/+2 |
2013-01-14 | Implemented Ext_implicit_figures. | John MacFarlane | 1 | -6/+16 |
2013-01-14 | Removed some cruft. | John MacFarlane | 1 | -10/+0 |
2013-01-13 | Markdown reader: Support RST-style line blocks. | John MacFarlane | 1 | -1/+13 |
2013-01-10 | Implemented Ext_header_attributes. | John MacFarlane | 1 | -12/+20 |
2013-01-10 | Ext_header_identifiers -> Ext_auto_identifiers. | John MacFarlane | 1 | -1/+1 |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -8/+14 |
2013-01-08 | Added / to the list of letters that can occur in a citation key. | John MacFarlane | 1 | -1/+1 |
2013-01-06 | Don't put the text of an autolink in Code font. | John MacFarlane | 1 | -2/+2 |
2013-01-04 | Markdown reader: Warn about duplicate note references. | John MacFarlane | 1 | -1/+6 |
2013-01-04 | Markdown reader: Warn about duplicate link references. | John MacFarlane | 1 | -1/+12 |
2013-01-04 | Markdown reader: Export readMarkdownWithWarnings. | John MacFarlane | 1 | -1/+14 |
2013-01-03 | Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`. | John MacFarlane | 1 | -143/+163 |
2012-10-21 | Revert "LaTeX reader: Use new suppressParens option for footnote citations." | John MacFarlane | 1 | -16/+14 |
2012-10-15 | LaTeX reader: Use new suppressParens option for footnote citations. | John MacFarlane | 1 | -14/+16 |
2012-10-13 | Moved bibliography processing into readers. | John MacFarlane | 1 | -3/+8 |
2012-09-29 | Renamed removedLeadingTrailingSpace to trim. | John MacFarlane | 1 | -9/+9 |
2012-09-29 | Markdown reader: Worked around some sepBy's. | John MacFarlane | 1 | -8/+11 |
2012-09-27 | Shared: Export compactify', formerly in Markdown reader. | John MacFarlane | 1 | -21/+7 |
2012-09-27 | Removed Ext_monospace_autolinks. | John MacFarlane | 1 | -6/+2 |
2012-09-27 | Added Ext_autolink_urls. | John MacFarlane | 1 | -0/+9 |
2012-09-27 | Renamed Ext_autolink_code_spans to Ext_monospace_autolinks. | John MacFarlane | 1 | -1/+1 |
2012-09-22 | Markdown reader: Fixed link parser to avoid exponential slowdowns. | John MacFarlane | 1 | -8/+12 |
2012-09-12 | Added basic mediawiki reader. | John MacFarlane | 1 | -2/+0 |
2012-09-12 | Export 'nested' in Parsing. | John MacFarlane | 1 | -12/+0 |
2012-08-21 | Implemented Ext_backtick_code_blocks. | John MacFarlane | 1 | -15/+23 |
2012-08-21 | Added Ext_fenced_code_attributes. | John MacFarlane | 1 | -4/+6 |
2012-08-21 | Changed nomenclature, delimited -> fenced code blocks. | John MacFarlane | 1 | -4/+4 |
2012-08-19 | Added Ext_abbrevations for PHP markdown style abbreviation keys. | John MacFarlane | 1 | -4/+15 |
2012-08-15 | Moved renderTags' from HTML reader & SelfContained to Shared. | John MacFarlane | 1 | -3/+9 |
2012-08-15 | Tweaks on markdown="1" handling. | John MacFarlane | 1 | -14/+22 |
2012-08-13 | Markdown: Prevent parse failure on HTML blocks with -raw_html. | John MacFarlane | 1 | -1/+2 |
2012-08-12 | Added Ext_raw_html extension. | John MacFarlane | 1 | -3/+6 |
2012-08-12 | Implemented Ext_mmd_title_block in markdown reader & writer. | John MacFarlane | 1 | -3/+25 |
2012-08-11 | Mardkown reader: Implemented Ext_markdown_attribute. | John MacFarlane | 1 | -14/+23 |
2012-08-11 | Revert "Implemented Ext_markdown_attribute." | John MacFarlane | 1 | -10/+1 |
2012-08-11 | Implemented Ext_markdown_attribute. | John MacFarlane | 1 | -1/+10 |
2012-08-10 | Implemented Ext_tex_math_single_backslash, Ext_tex_math_double_backslash. | John MacFarlane | 1 | -20/+28 |
2012-08-10 | Changed Ext_tex_math to Ext_tex_math_dollars. | John MacFarlane | 1 | -2/+2 |
2012-08-10 | Markdown: Allow pipe tables created by emacs orgtbl-mode to work. | John MacFarlane | 1 | -4/+8 |
2012-08-08 | Changes to literate haskell options. | John MacFarlane | 1 | -1/+1 |
2012-08-07 | Markdown reader: Modified to use Builder from pandoc-types 1.10.*. | John MacFarlane | 1 | -5/+3 |
2012-08-06 | Support hard_line_breaks markdown extension. | John MacFarlane | 1 | -1/+2 |
2012-08-05 | Started making markdown table writer sensitive to options. | John MacFarlane | 1 | -1/+1 |
2012-08-04 | Markdown reader: look for raw html/latex blocks before tables. | John MacFarlane | 1 | -2/+2 |
2012-08-02 | Markdown reader: Import <> from Text.Pandoc.Builder. | John MacFarlane | 1 | -2/+2 |
2012-08-02 | Made F a newtype, moved definitions to Parser. | John MacFarlane | 1 | -20/+14 |
2012-08-01 | Improved implementation of pipe tables. | John MacFarlane | 1 | -25/+14 |