summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-04LaTeX reader: Handle \slash command.John MacFarlane
2012-08-29Allow any char but ':' in names of field lists in RST readerDenis Laxalde
2012-08-29Fix RST reader for field lists items with body beginning after a new lineDenis Laxalde
2012-08-25Added (failing) test case for #518.John MacFarlane
2012-08-25Beamer template: Remove English-centric strings in section pages.John MacFarlane
2012-08-25EPUB: Use title instead of "Title Page" in contents.John MacFarlane
2012-08-23Merge commit 'd25656571a4662a4e67b195daed69e77d80c4c2c'John MacFarlane
2012-08-23Don't strip meta and link elements in epub metadata.John MacFarlane
2012-08-21Implemented Ext_backtick_code_blocks.John MacFarlane
2012-08-21Added Ext_fenced_code_attributes.John MacFarlane
2012-08-21Changed nomenclature, delimited -> fenced code blocks.John MacFarlane
2012-08-19Added Ext_abbrevations for PHP markdown style abbreviation keys.John MacFarlane
2012-08-18Man writer: Escape - as \-.John MacFarlane
2012-08-17Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane
2012-08-17Docx line breaks: Use w:cr in w:r instead of w:br.John MacFarlane
2012-08-16Removed stats.sh.John MacFarlane
2012-08-16Added comments in Options.John MacFarlane
2012-08-15Moved renderTags' from HTML reader & SelfContained to Shared.John MacFarlane
2012-08-15Tweaks on markdown="1" handling.John MacFarlane
2012-08-14Added install target to Makefile.John MacFarlane
2012-08-13Markdown: Prevent parse failure on HTML blocks with -raw_html.John MacFarlane
2012-08-13Pretty: Fixed bug that caused combining characters to be dropped.John MacFarlane
2012-08-12Added Ext_raw_html extension.John MacFarlane
2012-08-12Added note to README on positioning of reference link defs.John MacFarlane
2012-08-12Fixed titleblock in markdown, plain templates.John MacFarlane
2012-08-12Implemented Ext_mmd_title_block in markdown reader & writer.John MacFarlane
2012-08-11Implemented tex_math extensions in markdown writer.John MacFarlane
2012-08-11Implemented Ext_markdown_attribute in markdown writer.John MacFarlane
2012-08-11Documented markdown_attribute extension in README.John MacFarlane
2012-08-11Mardkown reader: Implemented Ext_markdown_attribute.John MacFarlane
2012-08-11Revert "Implemented Ext_markdown_attribute."John MacFarlane
2012-08-11Implemented Ext_markdown_attribute.John MacFarlane
2012-08-10Implemented Ext_tex_math_single_backslash, Ext_tex_math_double_backslash.John MacFarlane
2012-08-10Options and documentation for backslash tex math options.John MacFarlane
2012-08-10Changed Ext_tex_math to Ext_tex_math_dollars.John MacFarlane
2012-08-10Removed refs to Ext_header_identifiers in comments.John MacFarlane
2012-08-10MakeManPage: Remove modification time checking, done in Setup.hs.John MacFarlane
2012-08-10Documented org-like pipe tables.John MacFarlane
2012-08-10Markdown: Allow pipe tables created by emacs orgtbl-mode to work.John MacFarlane
2012-08-10Documented new system for enabling/disabling extensions.John MacFarlane
2012-08-09Changed strict to markdown_strict.John MacFarlane
2012-08-09Fixed handling of default extensions, so they don't override +options.John MacFarlane
2012-08-09Removed `--strict`, added extensions to writer/reader names.John MacFarlane
2012-08-09Added getReader, getWriter to Text.Pandoc.John MacFarlane
2012-08-09Removed --enable, --disable options.John MacFarlane
2012-08-09Use safeRead instead of using reads directly (various modules).John MacFarlane
2012-08-09Added safeRead to Text.Pandoc.Shared.John MacFarlane
2012-08-09Added parseFormatSpec to Text.Pandoc.John MacFarlane
2012-08-08Changes to literate haskell options.John MacFarlane
2012-08-08Makefile: Require pandoc-types before citeproc-hs.John MacFarlane