summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Added basic mediawiki reader.John MacFarlane2012-09-12
* 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
* README: Properly escape `$` characters.John MacFarlane2012-09-08
* RST reader: Allow dashes as separator in simple tables.John MacFarlane2012-09-08
* Fixed spacing in context writer test.John MacFarlane2012-09-08
* Added papersize variable to latex, context templates.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
* Makefile: Build profiling libraries in 'prep', added 'prof' target.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
* Removed pcre3.dll from windows package.John MacFarlane2012-09-05
* Docx writer: Fixed bug with nested lists.John MacFarlane2012-09-05
* LaTeX reader: Handle \slash command.John MacFarlane2012-09-04
* Added (failing) test case for #518.John MacFarlane2012-08-25
* Beamer template: Remove English-centric strings in section pages.John MacFarlane2012-08-25
* 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
* | Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane2012-08-17
|\ \
| * | Docx line breaks: Use w:cr in w:r instead of w:br.John MacFarlane2012-08-17
* | | Removed stats.sh.John MacFarlane2012-08-16
|/ /
* | 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
* | Added install target to Makefile.John MacFarlane2012-08-14
* | 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
* | Added note to README on positioning of reference link defs.John MacFarlane2012-08-12
* | Fixed titleblock in markdown, plain templates.John MacFarlane2012-08-12
* | Implemented Ext_mmd_title_block in markdown reader & writer.John MacFarlane2012-08-12