aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
AgeCommit message (Expand)AuthorFilesLines
2010-12-24Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane1-1/+2
2010-12-17Added new prettyprinting module.John MacFarlane1-2/+3
2010-12-10Removed HTML sanitization.John MacFarlane1-2/+0
2010-12-07Smart punctuation: recognize entities.John MacFarlane1-8/+22
2010-12-07Smart punctuation: don't alllow ellipses containing spaces.John MacFarlane1-1/+1
2010-12-07Moved smartPunctuation from Markdown to Parsing.John MacFarlane1-3/+92
2010-12-05Fix regression: markdown references should be case-insensitive.John MacFarlane1-38/+17
2010-11-06Removed CITEPROC CPP conditionals from library code.John MacFarlane1-4/+0
2010-10-26Process LaTeX macros in markdown, and apply to TeX math.John MacFarlane1-2/+7
2010-07-13Parse \chapter{} in latex.John MacFarlane1-2/+4
2010-07-11Merge branch 'atlists'. Added auto-numbered example lists.John MacFarlane1-5/+27
2010-07-06Allow language-neutral table captions.John MacFarlane1-1/+4
2010-07-05More refactoring of grid table code.John MacFarlane1-8/+60
2010-07-05Minor reformatting.John MacFarlane1-2/+4
2010-07-05Moved generic grid table functions from RST reader -> Parsing.John MacFarlane1-3/+85
2010-07-05Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane1-0/+537