aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2012-09-13MediaWiki reader: Images.John MacFarlane1-3/+25
2012-09-13MediaWiki reader: internal links.John MacFarlane1-4/+4
2012-09-13MediaWiki reader: Implemented basic internal links.John MacFarlane1-41/+62
2012-09-13MediaWiki reader: Implemented numbered external links.John MacFarlane1-8/+12
2012-09-13MediaWiki reader: Use MWState instead of ParserState.John MacFarlane2-6/+25
2012-09-13MediaWiki reader: Ignore `<gallery>` tags.John MacFarlane1-5/+6
2012-09-13MediaWiki reader: Support HTML lists.John MacFarlane1-12/+29
2012-09-13MediaWiki reader: Handle templates, variables as raw mediawiki.John MacFarlane1-5/+14
2012-09-13MediaWiki reader: Parse templates etc. as raw mediawiki.John MacFarlane1-4/+10
2012-09-13MediaWiki reader: Improved efficiency with raw html tags.John MacFarlane1-78/+59
2012-09-12MediaWiki reader: Added comment.John MacFarlane1-0/+2
2012-09-12MediaWiki reader: preformatted blocks and tests.John MacFarlane1-11/+28
2012-09-12MediaWiki reader: Support `<math>` tag.John MacFarlane1-1/+4
2012-09-12Added tests for mediawiki lists.John MacFarlane1-2/+3
2012-09-12More mediawiki reader tests.John MacFarlane1-7/+1
2012-09-12Added some tests for mediawiki reader.John MacFarlane1-4/+0
2012-09-12MediaWiki reader: Updated todo comments.John MacFarlane1-8/+12
2012-09-12MediaWiki reader: Support `<syntaxhighlight>` tag.John MacFarlane1-3/+13
2012-09-12MediaWiki reader: Properly handle :, ::, :::...John MacFarlane1-6/+6
2012-09-12MediaWiki reader: Handle def lists without terms (: lines).John MacFarlane1-1/+2
2012-09-12MediaWiki reader: Improvements to list parsing and HTML tag handling.John MacFarlane1-2/+16
2012-09-12MediaWiki reader: Support skipped level in lists.John MacFarlane1-2/+18
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