aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-03Updated README and pandoc man page with textile reader.John MacFarlane2-18/+19
2010-12-03Merge branch 'citeproc' into master.John MacFarlane22-303/+1859
2010-12-03Textile reader: temporarily removed smartPunctuation.John MacFarlane1-2/+2
2010-12-03Textile reader: added hrule parser.John MacFarlane2-1/+14
2010-12-03Textile reader: Turn on smart punctuation by default.John MacFarlane1-2/+2
2010-12-03Textile reader: drop leading, trailing newline in pre block.John MacFarlane2-4/+12
2010-12-03Textile reader: modified str to handle acronyms, hyphens.John MacFarlane1-3/+16
2010-12-03Use textile reader by default for .textile extension.John MacFarlane1-0/+1
2010-12-03Textile reader: updated test suite to include raw HTML.John MacFarlane1-6/+6
2010-12-03Textile reader: parse raw by default.John MacFarlane2-1/+3
2010-12-03punctuation handling, and more html-specific handlingpaul.rivier4-56/+81
2010-12-03html inlines and html blocks handling in textile readerPaul Rivier3-18/+56
2010-12-03textile reader now ignores html/css attributesPaul Rivier3-9/+60
2010-12-03removed support for textile Inserted constructPaul Rivier4-9/+1
2010-12-03fix autolink by promoting it in the parser list, fix table parabreakPaul Rivier3-33/+9
2010-12-03more support for Textile reader (explicit links, images), tests and cabal ent...Paul Rivier5-18/+326
2010-12-03simpler table cell handlingpaul.rivier1-24/+12
2010-12-03preliminary material toward table supportpaul.rivier2-2/+68
2010-12-03textile reader now imports import Text.Pandoc.Parsingpaul.rivier1-1/+2
2010-12-03Basic Textile Readerpaul.rivier7-1/+262
2010-12-03More documentation for citeproc features (still incomplete).John MacFarlane3-2/+30
2010-12-02Added --bibliography, --csl, --data-dir to markdown2pdf man page.John MacFarlane1-0/+40
2010-12-02Added --data-dir to valid options for markdown2pdf.John MacFarlane1-1/+1
2010-12-02Tweaked command-line options allowed by markdown2pdf.John MacFarlane1-1/+1
2010-12-02Added --bibliography and --csl to pandoc man page.John MacFarlane1-0/+24
2010-11-28Merge branch 'master' into citeprocJohn MacFarlane1-0/+3
2010-11-28Markdown parser performance improvement.John MacFarlane1-0/+3
2010-11-28Revamped tests, using markdown output instead of HTML.John MacFarlane8-257/+136
2010-11-28Citation tests: removed spurious double-spaces.John MacFarlane3-9/+9
2010-11-28Updated citation tests to use en-dash between ranges.John MacFarlane3-12/+12
2010-11-28Fixed spacing bug for reference-style citations.John MacFarlane2-2/+5
2010-11-27Fixed spacing in ieee citation test.John MacFarlane1-2/+2
2010-11-27Merge branch 'master' into citeprocJohn MacFarlane2-8/+5
2010-11-27OpenDocument writer: don't print raw TeX.John MacFarlane2-8/+5
2010-11-27Merge branch 'master' into citeprocJohn MacFarlane1-0/+4
2010-11-27LaTeX writer: Escape curly quotes.John MacFarlane1-0/+4
2010-11-27Biblio: If locator ends with ",", add it to the suffix.John MacFarlane1-1/+9
2010-11-27Added procOpts parameter to citeproc call.John MacFarlane1-1/+2
2010-11-27Removed extra line break from citation test output.John MacFarlane2-2/+2
2010-11-27Merge branch 'master' into citeprocJohn MacFarlane11-30/+1348
2010-11-27Minor adjustment in textile test suite.John MacFarlane2-2/+0
2010-11-27Merge branch 'textile'John MacFarlane10-13/+1341
2010-11-27Use [] for superscripts and subscripts in textile writer.John MacFarlane2-4/+4
2010-11-27Fixed spacing problems in textile nested lists.John MacFarlane2-8/+4
2010-11-27Use parsec parsers to split locator.John MacFarlane1-27/+34
2010-11-27Added 'stringify' to Text.Pandoc.Shared.John MacFarlane1-0/+10
2010-11-26Markdown suffix parser fix.John MacFarlane1-2/+7
2010-11-26Split locator and suffix in Biblio rather than Markdown parser.John MacFarlane2-40/+36
2010-11-26Set HOME in RunTests.John MacFarlane1-1/+1
2010-11-23More flexible handling of --csl.John MacFarlane1-2/+10