summaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2012-09-12MediaWiki reader: Fixed charsInTags parser to use innerText.John MacFarlane
2012-09-12Minor fixes to MediaWiki reader.John MacFarlane
2012-09-12Added basic mediawiki reader.John MacFarlane
2012-09-12Export 'nested' in Parsing.John MacFarlane
2012-09-12Text.Pandoc.Parsing: Handle trailing slash in 'uri'.John MacFarlane
2012-09-12HTML writer: Improve line breaks with `<dd>` tags.John MacFarlane
2012-09-09LaTeX reader: Better error messages for environments.John MacFarlane
2012-09-09LaTeX reader: guard against "begin"/"end" in blockCommand.John MacFarlane
2012-09-09LaTeX reader: Guard against "begin", "end" in inlineCommand.John MacFarlane
2012-09-09HTML reader: Handle nested `<q>` tags properly.John MacFarlane
2012-09-09Parsing: Generalized type of withQuoteContext.John MacFarlane
2012-09-09HTML reader: Parse <q> as Quoted DoubleQuote.John MacFarlane
2012-09-08RST reader: Allow dashes as separator in simple tables.John MacFarlane
2012-09-06LaTeX reader: Support obeylines environment.John MacFarlane
2012-09-06LaTeX reader: Use curly quotes for bare straight quotes.John MacFarlane
2012-09-06LaTeX reader: Fixed parsing of paragraphs beginning with a group.John MacFarlane
2012-09-06Textile reader: Improved speed of hyphenedWords.John MacFarlane
2012-09-06Removed obsolete comment.John MacFarlane
2012-09-06Fixed footnotes bug in textile.John MacFarlane
2012-09-06Made --id-prefix work in DocBook as well as HTML.John MacFarlane
2012-09-05Docx writer: Fixed bug with nested lists.John MacFarlane
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-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-17Docx line breaks: Use w:cr in w:r instead of w:br.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-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-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-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-10Markdown: Allow pipe tables created by emacs orgtbl-mode to work.John MacFarlane