index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Parsing.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-24
textile reader improvements : better conformance to RedCloth Textile inlines
paul.rivier
1
-0
/
+5
2012-03-24
Add parsing support for the rST default-role directive.
Greg Maslov
1
-2
/
+4
2012-02-07
Limit nesting of strong/emph.
John MacFarlane
1
-0
/
+2
2012-02-05
Parsing: Make characterReference fail if entity not found.
John MacFarlane
1
-2
/
+2
2012-02-05
Removed module Text.Pandoc.CharacterReferences.
John MacFarlane
1
-1
/
+11
2012-02-04
Complete rewrite of LaTeX reader.
John MacFarlane
1
-4
/
+20
2012-01-27
Fixed table parsing with wide or combining characters.
John MacFarlane
1
-1
/
+1
2012-01-01
New treatment of dashes in --smart mode.
John MacFarlane
1
-5
/
+29
2011-12-29
Better smart quote parsing.
John MacFarlane
1
-1
/
+7
2011-12-27
Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.
John MacFarlane
1
-6
/
+6
2011-12-27
Pretty: return Str with unicode instead of Apostrophe.
John MacFarlane
1
-1
/
+1
2011-12-05
Parsing: Removed charsInBalanced', added param to charsInBalanced.
John MacFarlane
1
-20
/
+13
2011-12-05
Parsing: Changed type of escaped to return Char
John MacFarlane
1
-5
/
+2
2011-07-30
Added nonspaceChar to Text.Pandoc.Parsing.
John MacFarlane
1
-0
/
+5
2011-07-25
Smart quotes: handle '...hi' properly.
John MacFarlane
1
-1
/
+2
2011-07-23
Properly handle characters in the 128..159 range.
John MacFarlane
1
-7
/
+7
2011-04-29
Revert "Parsing: Use new type aliases, PandocParser, GeneralParser."
John MacFarlane
1
-123
/
+118
2011-04-29
Parsing: Use new type aliases, PandocParser, GeneralParser.
John MacFarlane
1
-118
/
+123
2011-03-18
Changed uri parser so it doesn't include trailing punctuation.
John MacFarlane
1
-3
/
+19
2011-01-26
Add support for attributes in inline Code.
John MacFarlane
1
-1
/
+1
2011-01-26
Bumped version to 1.8; depend on pandoc-types 1.8.
John MacFarlane
1
-7
/
+6
2011-01-19
More small parser rewrites for small performance gains.
John MacFarlane
1
-9
/
+11
2011-01-19
Parsing: Rewrote spaceChar for significant speedup in readers.
John MacFarlane
1
-1
/
+1
2011-01-14
Parsing: Fixed bug in grid table parser.
John MacFarlane
1
-5
/
+5
2011-01-05
Fixed macro parsing.
John MacFarlane
1
-8
/
+10
2011-01-04
Moved 'macro' and 'applyMacros'' from markdown reader to Parsing.
John MacFarlane
1
-2
/
+27
2010-12-30
New HTML reader using tagsoup as a lexer.
John MacFarlane
1
-3
/
+3
2010-12-24
Use functions from Text.Pandoc.Generic instead of processWith(M).
John MacFarlane
1
-1
/
+2
2010-12-17
Added new prettyprinting module.
John MacFarlane
1
-2
/
+3
2010-12-10
Removed HTML sanitization.
John MacFarlane
1
-2
/
+0
2010-12-07
Smart punctuation: recognize entities.
John MacFarlane
1
-8
/
+22
2010-12-07
Smart punctuation: don't alllow ellipses containing spaces.
John MacFarlane
1
-1
/
+1
2010-12-07
Moved smartPunctuation from Markdown to Parsing.
John MacFarlane
1
-3
/
+92
2010-12-05
Fix regression: markdown references should be case-insensitive.
John MacFarlane
1
-38
/
+17
2010-11-06
Removed CITEPROC CPP conditionals from library code.
John MacFarlane
1
-4
/
+0
2010-10-26
Process LaTeX macros in markdown, and apply to TeX math.
John MacFarlane
1
-2
/
+7
2010-07-13
Parse \chapter{} in latex.
John MacFarlane
1
-2
/
+4
2010-07-11
Merge branch 'atlists'. Added auto-numbered example lists.
John MacFarlane
1
-5
/
+27
2010-07-06
Allow language-neutral table captions.
John MacFarlane
1
-1
/
+4
2010-07-05
More refactoring of grid table code.
John MacFarlane
1
-8
/
+60
2010-07-05
Minor reformatting.
John MacFarlane
1
-2
/
+4
2010-07-05
Moved generic grid table functions from RST reader -> Parsing.
John MacFarlane
1
-3
/
+85
2010-07-05
Moved parsing functions from Text.Pandoc.Shared to new module.
John MacFarlane
1
-0
/
+537