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