summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* MediaWiki reader: Images.John MacFarlane2012-09-13
* MediaWiki reader: internal links.John MacFarlane2012-09-13
* MediaWiki reader: Implemented basic internal links.John MacFarlane2012-09-13
* MediaWiki reader: Implemented numbered external links.John MacFarlane2012-09-13
* MediaWiki reader: Use MWState instead of ParserState.John MacFarlane2012-09-13
* MediaWiki reader: Ignore `<gallery>` tags.John MacFarlane2012-09-13
* MediaWiki reader: Support HTML lists.John MacFarlane2012-09-13
* MediaWiki reader: Handle templates, variables as raw mediawiki.John MacFarlane2012-09-13
* MediaWiki reader: Parse templates etc. as raw mediawiki.John MacFarlane2012-09-13
* MediaWiki reader: Improved efficiency with raw html tags.John MacFarlane2012-09-13
* EPUB writer: Use ch001, ch002, etc. for chapter filenames.John MacFarlane2012-09-13
* MediaWiki reader: Added comment.John MacFarlane2012-09-12
* MediaWiki reader: preformatted blocks and tests.John MacFarlane2012-09-12
* MediaWiki reader: Support `<math>` tag.John MacFarlane2012-09-12
* Added tests for mediawiki lists.John MacFarlane2012-09-12
* More mediawiki reader tests.John MacFarlane2012-09-12
* Added some tests for mediawiki reader.John MacFarlane2012-09-12
* MediaWiki reader: Updated todo comments.John MacFarlane2012-09-12
* MediaWiki reader: Support `<syntaxhighlight>` tag.John MacFarlane2012-09-12
* HTML writer: Don't print `<dt>` unless term is non-empty.John MacFarlane2012-09-12
* MediaWiki reader: Properly handle :, ::, :::...John MacFarlane2012-09-12
* MediaWiki reader: Handle def lists without terms (: lines).John MacFarlane2012-09-12
* MediaWiki reader: Improvements to list parsing and HTML tag handling.John MacFarlane2012-09-12
* MediaWiki reader: Support skipped level in lists.John MacFarlane2012-09-12
* MediaWiki reader: Fixed charsInTags parser to use innerText.John MacFarlane2012-09-12
* Minor fixes to MediaWiki reader.John MacFarlane2012-09-12
* Added basic mediawiki reader.John MacFarlane2012-09-12
* Export 'nested' in Parsing.John MacFarlane2012-09-12
* Text.Pandoc.Parsing: Handle trailing slash in 'uri'.John MacFarlane2012-09-12
* HTML writer: Improve line breaks with `<dd>` tags.John MacFarlane2012-09-12
* Changed mathjax cdn url so it doesn't use https.John MacFarlane2012-09-12
* LaTeX reader: Better error messages for environments.John MacFarlane2012-09-09
* LaTeX reader: guard against "begin"/"end" in blockCommand.John MacFarlane2012-09-09
* LaTeX reader: Guard against "begin", "end" in inlineCommand.John MacFarlane2012-09-09
* HTML reader: Handle nested `<q>` tags properly.John MacFarlane2012-09-09
* Parsing: Generalized type of withQuoteContext.John MacFarlane2012-09-09
* HTML reader: Parse <q> as Quoted DoubleQuote.John MacFarlane2012-09-09
* RST reader: Allow dashes as separator in simple tables.John MacFarlane2012-09-08
* LaTeX reader: Support obeylines environment.John MacFarlane2012-09-06
* LaTeX reader: Use curly quotes for bare straight quotes.John MacFarlane2012-09-06
* LaTeX reader: Fixed parsing of paragraphs beginning with a group.John MacFarlane2012-09-06
* Textile reader: Improved speed of hyphenedWords.John MacFarlane2012-09-06
* Removed obsolete comment.John MacFarlane2012-09-06
* Fixed footnotes bug in textile.John MacFarlane2012-09-06
* Made --id-prefix work in DocBook as well as HTML.John MacFarlane2012-09-06
* Docx writer: Fixed bug with nested lists.John MacFarlane2012-09-05
* LaTeX reader: Handle \slash command.John MacFarlane2012-09-04
* EPUB: Use title instead of "Title Page" in contents.John MacFarlane2012-08-25
* Merge commit 'd25656571a4662a4e67b195daed69e77d80c4c2c'John MacFarlane2012-08-23
|\
| * Set ODT title propertyArlo O'Keeffe2012-07-13