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
2013-12-06
HTML reader: Parse LaTeX math if appropriate options are set.
John MacFarlane
1
-0
/
+35
2013-11-17
Parsing: Generalized type of registerHeader, using new typeclasses.
John MacFarlane
1
-12
/
+42
2013-09-01
Factored out registerHeader from markdown reader, added to Parsing.
John MacFarlane
1
-0
/
+32
2013-08-18
Parsing: Added stateMeta' to ParserState.
John MacFarlane
1
-0
/
+2
2013-08-08
Added Text.Pandoc.Compat.TagSoupEntity.
John MacFarlane
1
-1
/
+1
2013-08-03
Removed comment that chokes recent cpp.
John MacFarlane
1
-1
/
+0
2013-07-02
Markdown reader: Better error messages for yaml headers.
John MacFarlane
1
-0
/
+2
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-7
/
+9
2013-06-24
Parsing: Generalized state type on readWith.
John MacFarlane
1
-3
/
+3
2013-03-28
Parsing: Better error reporting in readWith.
John MacFarlane
1
-4
/
+11
2013-03-28
Parsing: Further improvements to uri parser.
John MacFarlane
1
-2
/
+4
2013-03-28
Mediawiki: Fixed regression for `<ref>URL</ref>`.
John MacFarlane
1
-1
/
+1
2013-02-21
Make `implicit_header_references` work with explicit header ids.
John MacFarlane
1
-2
/
+2
2013-02-15
Allow `&` in emails (for entities).
John MacFarlane
1
-1
/
+1
2013-02-15
Parsing: uri, email: resolve entities.
John MacFarlane
1
-2
/
+3
2013-02-02
Optimized oneOfStringsCI.
John MacFarlane
1
-3
/
+9
2013-01-28
Fixed latex macro parsing.
John MacFarlane
1
-4
/
+4
2013-01-25
Parsing: More improvements of anyLine parser.
John MacFarlane
1
-6
/
+8
2013-01-25
More anyLine tweaks: Use incSourceLine.
John MacFarlane
1
-1
/
+1
2013-01-25
anyLine: Set position properly.
John MacFarlane
1
-0
/
+3
2013-01-25
Parsing: Much faster new version of anyLine.
John MacFarlane
1
-1
/
+8
2013-01-20
Fixed bug in uri parser.
John MacFarlane
1
-1
/
+1
2013-01-15
Changed Ext_autolink_urls -> Ext_autolink_bare_uris.
John MacFarlane
1
-2
/
+5
2013-01-15
Case-insensitive parsing of URI schemes.
John MacFarlane
1
-1
/
+1
2013-01-15
Parsing: Improve oneOfStrings, export oneOfStringsCI.
John MacFarlane
1
-7
/
+20
2013-01-15
Revised URI parser.
John MacFarlane
1
-27
/
+50
2013-01-14
Parsing: Fixed uri -- escape unicode URLs.
John MacFarlane
1
-2
/
+2
2013-01-14
Parsing: Simplified and improved singleQuoteStart.
John MacFarlane
1
-8
/
+2
2013-01-13
Moved lineBlockLines to Parsing.
John MacFarlane
1
-0
/
+18
2013-01-09
More improvements in emailAddress parser.
John MacFarlane
1
-23
/
+17
2013-01-09
Made email parser more correct.
John MacFarlane
1
-12
/
+14
2013-01-09
Added Attr field to Header.
John MacFarlane
1
-0
/
+2
2013-01-04
Markdown reader: Warn about duplicate link references.
John MacFarlane
1
-0
/
+1
2013-01-03
Added stateWarnings.
John MacFarlane
1
-2
/
+4
2013-01-03
Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.
John MacFarlane
1
-0
/
+2
2012-12-13
Fixed bug in withRaw.
John MacFarlane
1
-1
/
+1
2012-10-05
Revert "Added stateWarnings to ParserState, added warning function."
John MacFarlane
1
-8
/
+0
2012-10-05
Added stateWarnings to ParserState, added warning function.
John MacFarlane
1
-0
/
+8
2012-09-29
Renamed removedLeadingTrailingSpace to trim.
John MacFarlane
1
-3
/
+2
2012-09-27
Parsing: Changed type of stateSubstitutions to use Inlines.
John MacFarlane
1
-2
/
+2
2012-09-27
Removed nullBlock.
John MacFarlane
1
-6
/
+0
2012-09-27
Added stateSubstitutions to ParserState, use for RST substitutions.
John MacFarlane
1
-0
/
+5
2012-09-23
Revert "More intelligent handling of text encodings."
John MacFarlane
1
-1
/
+2
2012-09-23
More intelligent handling of text encodings.
John MacFarlane
1
-2
/
+1
2012-09-23
Revert "Use local encoding for input/output rather than forcing UTF8."
John MacFarlane
1
-1
/
+2
2012-09-23
Use local encoding for input/output rather than forcing UTF8.
John MacFarlane
1
-2
/
+1
2012-09-12
Export 'nested' in Parsing.
John MacFarlane
1
-0
/
+13
2012-09-12
Text.Pandoc.Parsing: Handle trailing slash in 'uri'.
John MacFarlane
1
-2
/
+3
2012-09-09
Parsing: Generalized type of withQuoteContext.
John MacFarlane
1
-2
/
+2
2012-08-08
Changes to literate haskell options.
John MacFarlane
1
-5
/
+0
[prev]
[next]