summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* UTF8: Strip off BOM if present.John MacFarlane2013-02-08
* Revert "Citation changes."John MacFarlane2013-02-06
* Implement `--default-image-extension` for LaTeX reader.John MacFarlane2013-02-06
* Merge branch 'citations'John MacFarlane2013-02-05
|\
| * Citation changes.John MacFarlane2013-02-03
* | Added `--default-image-extension` and `readerDefaultImageExtension`.John MacFarlane2013-02-05
|/
* Removed unneeded blanklines in pipeTable parser.John MacFarlane2013-02-02
* Optimized oneOfStringsCI.John MacFarlane2013-02-02
* HTML reader: Handle colgroup tag.John MacFarlane2013-01-30
* DocBook writer: for linebreak, but newline in literallayout.John MacFarlane2013-01-28
* Fixed latex macro parsing.John MacFarlane2013-01-28
* LaTeX writer: Avoid extra space at start/end of table cell.John MacFarlane2013-01-28
* Markdown writer: Set title, author, date variables as before.John MacFarlane2013-01-28
* Merge pull request #733 from jrunningen/masterJohn MacFarlane2013-01-28
|\
| * Mediawiki reader: Don't require blanklines after tables.Jeff Runningen2013-01-27
* | Markdown/RST reader: Skip blank lines.John MacFarlane2013-01-27
|/
* RST writer: Use `.. code:: language` for code blocks with language.John MacFarlane2013-01-26
* Markdown writer: Use autolink when link text matches url.John MacFarlane2013-01-26
* Markdown reader: Simplified and sped up str parser.John MacFarlane2013-01-25
* RST reader: Allow anonymous form of explicit links.John MacFarlane2013-01-25
* Changed copyright date range on Markdown reader.John MacFarlane2013-01-25
* Minor code cleanup.John MacFarlane2013-01-25
* Markdown reader: Moved guardEnabled to definitionList.John MacFarlane2013-01-25
* Markdown reader: Performance improvement in str parser.John MacFarlane2013-01-25
* Use anyLine everywhere instead of 'manyTill anyChar newline'.John MacFarlane2013-01-25
* Parsing: More improvements of anyLine parser.John MacFarlane2013-01-25
* More anyLine tweaks: Use incSourceLine.John MacFarlane2013-01-25
* anyLine: Set position properly.John MacFarlane2013-01-25
* Markdown reader: More efficient version of scanForPipe.John MacFarlane2013-01-25
* Parsing: Much faster new version of anyLine.John MacFarlane2013-01-25
* Use hsb2hs preprocessor instead of TH for embed_data_files.John MacFarlane2013-01-23
* Added Text.Pandoc.Data (non-exported) if embed_data_files selected.John MacFarlane2013-01-23
* Fixed regressions in fenced code blocks.John MacFarlane2013-01-23
* Another fix to the CPP macro in EPUB writer.John MacFarlane2013-01-22
* Fixed MIN_VERSION - need to sub _ for - in blaze-html.John MacFarlane2013-01-22
* Markdown reader: Try lhsCodeBlock before rawTeXBlock.John MacFarlane2013-01-21
* EPUB: condition Blaze Utf8 module name import on blaze-html versionJens Petersen2013-01-22
* Use proportional font for email autolinks with obfuscation.John MacFarlane2013-01-21
* Markdown reader: Fixed bug with headerless grid tables.John MacFarlane2013-01-21
* Fixed bug in uri parser.John MacFarlane2013-01-20
* Fixed bug with escaped % in LaTeX reader.John MacFarlane2013-01-20
* Add data-cites field to citations in HTML5.John MacFarlane2013-01-18
* RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane2013-01-18
* Convert highlighting-kate language to listings languageJohn MacFarlane2013-01-17
* MIME: Support vs and fs as text/plain.John MacFarlane2013-01-17
* Revert "Markdown reader: Be less restrictive about class attributes."John MacFarlane2013-01-17
* Markdown reader: Be less restrictive about class attributes.John MacFarlane2013-01-16
* Fixed problem with duplicate ids in epub.John MacFarlane2013-01-16
* Implemented Ext_link_attributes in markdown reader.John MacFarlane2013-01-16
* Implemented Ext_mmd_header_identifiers in markdown writer.John MacFarlane2013-01-16