aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2012-09-12MediaWiki reader: Fixed charsInTags parser to use innerText.John MacFarlane1-3/+1
2012-09-12Minor fixes to MediaWiki reader.John MacFarlane1-2/+2
2012-09-12Added basic mediawiki reader.John MacFarlane2-2/+311
2012-09-12Export 'nested' in Parsing.John MacFarlane1-12/+0
2012-09-09LaTeX reader: Better error messages for environments.John MacFarlane1-1/+3
2012-09-09LaTeX reader: guard against "begin"/"end" in blockCommand.John MacFarlane1-0/+1
2012-09-09LaTeX reader: Guard against "begin", "end" in inlineCommand.John MacFarlane1-2/+1
2012-09-09HTML reader: Handle nested `<q>` tags properly.John MacFarlane1-1/+9
2012-09-09HTML reader: Parse <q> as Quoted DoubleQuote.John MacFarlane1-0/+4
2012-09-08RST reader: Allow dashes as separator in simple tables.John MacFarlane1-1/+1
2012-09-06LaTeX reader: Support obeylines environment.John MacFarlane1-0/+3
2012-09-06LaTeX reader: Use curly quotes for bare straight quotes.John MacFarlane1-13/+9
2012-09-06LaTeX reader: Fixed parsing of paragraphs beginning with a group.John MacFarlane1-1/+1
2012-09-06Textile reader: Improved speed of hyphenedWords.John MacFarlane1-4/+6
2012-09-06Removed obsolete comment.John MacFarlane1-1/+0
2012-09-06Fixed footnotes bug in textile.John MacFarlane1-2/+3
2012-09-04LaTeX reader: Handle \slash command.John MacFarlane1-0/+1
2012-08-21Implemented Ext_backtick_code_blocks.John MacFarlane1-15/+23
2012-08-21Added Ext_fenced_code_attributes.John MacFarlane1-4/+6
2012-08-21Changed nomenclature, delimited -> fenced code blocks.John MacFarlane1-4/+4
2012-08-19Added Ext_abbrevations for PHP markdown style abbreviation keys.John MacFarlane1-4/+15
2012-08-15Moved renderTags' from HTML reader & SelfContained to Shared.John MacFarlane2-16/+10
2012-08-15Tweaks on markdown="1" handling.John MacFarlane1-14/+22
2012-08-13Markdown: Prevent parse failure on HTML blocks with -raw_html.John MacFarlane1-1/+2
2012-08-12Added Ext_raw_html extension.John MacFarlane1-3/+6
2012-08-12Implemented Ext_mmd_title_block in markdown reader & writer.John MacFarlane1-3/+25
2012-08-11Mardkown reader: Implemented Ext_markdown_attribute.John MacFarlane1-14/+23
2012-08-11Revert "Implemented Ext_markdown_attribute."John MacFarlane1-10/+1
2012-08-11Implemented Ext_markdown_attribute.John MacFarlane1-1/+10
2012-08-10Implemented Ext_tex_math_single_backslash, Ext_tex_math_double_backslash.John MacFarlane1-20/+28
2012-08-10Changed Ext_tex_math to Ext_tex_math_dollars.John MacFarlane1-2/+2
2012-08-10Markdown: Allow pipe tables created by emacs orgtbl-mode to work.John MacFarlane1-4/+8
2012-08-09Use safeRead instead of using reads directly (various modules).John MacFarlane1-15/+16
2012-08-08Changes to literate haskell options.John MacFarlane3-4/+4
2012-08-07Markdown reader: Modified to use Builder from pandoc-types 1.10.*.John MacFarlane1-5/+3
2012-08-06Support hard_line_breaks markdown extension.John MacFarlane1-1/+2
2012-08-05Started making markdown table writer sensitive to options.John MacFarlane1-1/+1
2012-08-04Markdown reader: look for raw html/latex blocks before tables.John MacFarlane1-2/+2
2012-08-02Markdown reader: Import <> from Text.Pandoc.Builder.John MacFarlane1-2/+2
2012-08-02Made F a newtype, moved definitions to Parser.John MacFarlane1-20/+14
2012-08-01Improved implementation of pipe tables.John MacFarlane1-25/+14
2012-08-01Parsing: removed duplication of Key and Key'.John MacFarlane2-18/+23
2012-08-01Major rewrite of markdown reader.John MacFarlane2-392/+555
2012-07-27Markdown reader: Added sensitivity to Ext_example_lists.John MacFarlane1-1/+3
2012-07-27Markdown reader: Check fancy_lists and startnum extensions.John MacFarlane1-2/+6
2012-07-27Replaced writerStrict with writerExtensions in WriterOptions.John MacFarlane1-5/+7
2012-07-26Fixed whitespace errors.John MacFarlane7-81/+81
2012-07-26Textile reader: Replace failIfStrict with guardEnabled.John MacFarlane1-3/+3
2012-07-26Use readerExtensions instead of readerStrict in readers.John MacFarlane2-110/+91
2012-07-25Changed reader parameters from ParserState to ReaderOptions.John MacFarlane6-22/+23