summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Added getReader, getWriter to Text.Pandoc.John MacFarlane2012-08-09
* Removed --enable, --disable options.John MacFarlane2012-08-09
* Use safeRead instead of using reads directly (various modules).John MacFarlane2012-08-09
* Added safeRead to Text.Pandoc.Shared.John MacFarlane2012-08-09
* Added parseFormatSpec to Text.Pandoc.John MacFarlane2012-08-09
* Changes to literate haskell options.John MacFarlane2012-08-08
* Markdown reader: Modified to use Builder from pandoc-types 1.10.*.John MacFarlane2012-08-07
* Made pandocExtensions default for reader/writer options.John MacFarlane2012-08-07
* Support hard_line_breaks markdown extension.John MacFarlane2012-08-06
* Markdown writer: Tables now sensitive to table extension options.John MacFarlane2012-08-05
* Started making markdown table writer sensitive to options.John MacFarlane2012-08-05
* Don't include empty captions in figures.John MacFarlane2012-08-04
* Markdown reader: look for raw html/latex blocks before tables.John MacFarlane2012-08-04
* Don't use escaped line breaks in plain output.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_subscript/superscript/strikeout.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_definition_lists.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_startnum, Ext_fancy_lists.John MacFarlane2012-08-02
* Made markdown reader sensitive to Ext_raw_tex.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_table_captions.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_pandoc_title_blocks.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_footnotes.John MacFarlane2012-08-02
* Markdown reader: Import <> from Text.Pandoc.Builder.John MacFarlane2012-08-02
* Made F a newtype, moved definitions to Parser.John MacFarlane2012-08-02
* Improved implementation of pipe tables.John MacFarlane2012-08-01
* Parsing: removed duplication of Key and Key'.John MacFarlane2012-08-01
* Major rewrite of markdown reader.John MacFarlane2012-08-01
* Removed commented-out pandoc2 code.John MacFarlane2012-07-27
* Parser: Changed types to use type alias Parser, not Parsec.John MacFarlane2012-07-27
* Commented out extensions that don't yet do anything.John MacFarlane2012-07-27
* Removed deprecated writerXeTeX.John MacFarlane2012-07-27
* Markdown reader: Added sensitivity to Ext_example_lists.John MacFarlane2012-07-27