aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-09make_osx_package.sh: Added step to check validity of signature.John MacFarlane1-0/+4
2013-02-09Added needed sudo to osx package signing.John MacFarlane1-1/+1
2013-02-09Version to 1.10.1.1 since we no longer have API change.John MacFarlane1-1/+1
2013-02-09Revert "Hide module Text.Pandoc.Parsing."John MacFarlane1-1/+1
2013-02-09Added code signing to make_oxs_package.sh.John MacFarlane1-1/+9
2013-02-09Updated RELEASE-CHECKLIST.John MacFarlane1-6/+6
2013-02-08UTF8: Strip off BOM if present.John MacFarlane1-2/+9
2013-02-07Changes to --version.John MacFarlane2-3/+5
2013-02-07Changes to --version.John MacFarlane1-3/+6
2013-02-07README: List proper default data directory for Windows 7.John MacFarlane1-4/+12
2013-02-06Revert "Citation changes."John MacFarlane2-17/+9
2013-02-06Implement `--default-image-extension` for LaTeX reader.John MacFarlane2-5/+14
2013-02-05Merge branch 'citations'John MacFarlane2-9/+17
2013-02-05Added `--default-image-extension` and `readerDefaultImageExtension`.John MacFarlane4-112/+134
2013-02-05Revert "Hide module Text.Pandoc.Highlighting."John MacFarlane1-1/+1
2013-02-05Version bump to 1.11 due to API changes.John MacFarlane1-1/+1
2013-02-05Hide module Text.Pandoc.Highlighting.John MacFarlane1-1/+1
2013-02-05Hide module Text.Pandoc.Parsing.John MacFarlane1-1/+1
2013-02-03Beamer template: Lines to fix captions with longtable.John MacFarlane1-5/+7
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-28Updated changelog.John MacFarlane1-11/+14
2013-01-28DocBook writer: for linebreak, but newline in literallayout.John MacFarlane2-2/+3
2013-01-28Updated changelog.John MacFarlane1-0/+47
2013-01-28Version bump to 1.10.1.John MacFarlane2-2/+2
2013-01-28Fixed latex macro parsing.John MacFarlane3-6/+6
2013-01-28Updated latex table tests.John MacFarlane1-7/+7
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 MacFarlane3-1/+8
2013-01-27Markdown/RST reader: Skip blank lines.John MacFarlane4-5/+20
2013-01-27Mediawiki reader: Don't require blanklines after tables.Jeff Runningen3-1/+8
2013-01-26RST writer: Use `.. code:: language` for code blocks with language.John MacFarlane11-20/+25
2013-01-26Markdown writer: Use autolink when link text matches url.John MacFarlane1-3/+3
2013-01-26Removed hsmarkdown.John MacFarlane1-5/+0
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-25Makefile: Don't enable tests in 'make prof'.John MacFarlane1-1/+1
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