summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Export 'nested' in Parsing.John MacFarlane2012-09-12
* Text.Pandoc.Parsing: Handle trailing slash in 'uri'.John MacFarlane2012-09-12
* HTML writer: Improve line breaks with `<dd>` tags.John MacFarlane2012-09-12
* Changed mathjax cdn url so it doesn't use https.John MacFarlane2012-09-12
* LaTeX reader: Better error messages for environments.John MacFarlane2012-09-09
* LaTeX reader: guard against "begin"/"end" in blockCommand.John MacFarlane2012-09-09
* LaTeX reader: Guard against "begin", "end" in inlineCommand.John MacFarlane2012-09-09
* HTML reader: Handle nested `<q>` tags properly.John MacFarlane2012-09-09
* Parsing: Generalized type of withQuoteContext.John MacFarlane2012-09-09
* HTML reader: Parse <q> as Quoted DoubleQuote.John MacFarlane2012-09-09
* RST reader: Allow dashes as separator in simple tables.John MacFarlane2012-09-08
* LaTeX reader: Support obeylines environment.John MacFarlane2012-09-06
* LaTeX reader: Use curly quotes for bare straight quotes.John MacFarlane2012-09-06
* LaTeX reader: Fixed parsing of paragraphs beginning with a group.John MacFarlane2012-09-06
* Textile reader: Improved speed of hyphenedWords.John MacFarlane2012-09-06
* Removed obsolete comment.John MacFarlane2012-09-06
* Fixed footnotes bug in textile.John MacFarlane2012-09-06
* Made --id-prefix work in DocBook as well as HTML.John MacFarlane2012-09-06
* Docx writer: Fixed bug with nested lists.John MacFarlane2012-09-05
* LaTeX reader: Handle \slash command.John MacFarlane2012-09-04
* EPUB: Use title instead of "Title Page" in contents.John MacFarlane2012-08-25
* Merge commit 'd25656571a4662a4e67b195daed69e77d80c4c2c'John MacFarlane2012-08-23
|\
| * Set ODT title propertyArlo O'Keeffe2012-07-13
* | Don't strip meta and link elements in epub metadata.John MacFarlane2012-08-23
* | Implemented Ext_backtick_code_blocks.John MacFarlane2012-08-21
* | Added Ext_fenced_code_attributes.John MacFarlane2012-08-21
* | Changed nomenclature, delimited -> fenced code blocks.John MacFarlane2012-08-21
* | Added Ext_abbrevations for PHP markdown style abbreviation keys.John MacFarlane2012-08-19
* | Man writer: Escape - as \-.John MacFarlane2012-08-18
* | Docx line breaks: Use w:cr in w:r instead of w:br.John MacFarlane2012-08-17
* | Added comments in Options.John MacFarlane2012-08-16
* | Moved renderTags' from HTML reader & SelfContained to Shared.John MacFarlane2012-08-15
* | Tweaks on markdown="1" handling.John MacFarlane2012-08-15
* | Markdown: Prevent parse failure on HTML blocks with -raw_html.John MacFarlane2012-08-13
* | Pretty: Fixed bug that caused combining characters to be dropped.John MacFarlane2012-08-13
* | Added Ext_raw_html extension.John MacFarlane2012-08-12
* | Implemented Ext_mmd_title_block in markdown reader & writer.John MacFarlane2012-08-12
* | Implemented tex_math extensions in markdown writer.John MacFarlane2012-08-11
* | Implemented Ext_markdown_attribute in markdown writer.John MacFarlane2012-08-11
* | Mardkown reader: Implemented Ext_markdown_attribute.John MacFarlane2012-08-11
* | Revert "Implemented Ext_markdown_attribute."John MacFarlane2012-08-11
* | Implemented Ext_markdown_attribute.John MacFarlane2012-08-11
* | Implemented Ext_tex_math_single_backslash, Ext_tex_math_double_backslash.John MacFarlane2012-08-10
* | Options and documentation for backslash tex math options.John MacFarlane2012-08-10
* | Changed Ext_tex_math to Ext_tex_math_dollars.John MacFarlane2012-08-10
* | Removed refs to Ext_header_identifiers in comments.John MacFarlane2012-08-10
* | Markdown: Allow pipe tables created by emacs orgtbl-mode to work.John MacFarlane2012-08-10
* | Changed strict to markdown_strict.John MacFarlane2012-08-09
* | Fixed handling of default extensions, so they don't override +options.John MacFarlane2012-08-09
* | Removed `--strict`, added extensions to writer/reader names.John MacFarlane2012-08-09