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
2017-05-14
Parsing: introduce `HasIncludeFiles` type class
Albert Krewinkel
1
-9
/
+22
2017-05-14
Parsing: replace partial with total function
Albert Krewinkel
1
-1
/
+1
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-05-11
Combine grid table parsers
Albert Krewinkel
1
-18
/
+51
2017-05-02
Generalize tableWith, gridTableWith
Albert Krewinkel
1
-23
/
+26
2017-04-30
Provide shared F monad functions for Markdown and Org readers
Albert Krewinkel
1
-10
/
+25
2017-04-15
Avoid parsing "Notes:**" as a bare URI.
John MacFarlane
1
-0
/
+2
2017-03-13
Better handling of \part in LaTeX.
John MacFarlane
1
-2
/
+0
2017-03-12
Issue warning for duplicate header identifiers.
John MacFarlane
1
-2
/
+8
2017-03-12
Improved behavior of `auto_identifiers` when there are explicit ids.
John MacFarlane
1
-1
/
+2
2017-03-10
Use pMacroDefinition in macro (for more direct parsing).
John MacFarlane
1
-13
/
+8
2017-03-03
RST reader: support RST-style citations.
John MacFarlane
1
-0
/
+2
2017-02-20
Revert "Refined constraint for HasQuoteContext instance."
John MacFarlane
1
-1
/
+1
2017-02-20
Refined constraint for HasQuoteContext instance.
John MacFarlane
1
-1
/
+1
2017-02-20
Removed redundant constraint.
John MacFarlane
1
-2
/
+1
2017-02-17
Parsing: Added HasLogMessages, logMessage, reportLogMessages.
John MacFarlane
1
-0
/
+25
2017-02-11
Use new warnings throughout the code base.
John MacFarlane
1
-2
/
+8
2017-02-07
Refactored some files formerly in LaTeX reader.
John MacFarlane
1
-0
/
+23
2017-02-07
Moved readFileFromDirs to Text.Pandoc.Class.
John MacFarlane
1
-3
/
+3
2017-01-27
Shared: rename compactify', compactify'DL -> compactify, compactifyDL.
John MacFarlane
1
-1
/
+1
2017-01-27
Removed Shared.compactify.
John MacFarlane
1
-12
/
+12
2017-01-25
Removed readerOldDashes and --old-dashes option, added old_dashes extension.
John MacFarlane
1
-1
/
+1
2017-01-25
Removed readerSmart and the --smart option; added Ext_smart extension.
John MacFarlane
1
-5
/
+1
2017-01-25
Make Extensions a custom type instead of a Set Extension.
John MacFarlane
1
-4
/
+4
2017-01-25
LaTeX reader: Proper include file processing.
John MacFarlane
1
-0
/
+2
2017-01-25
Parsing: Removed obsolete warnings stuff.
John MacFarlane
1
-21
/
+3
2017-01-25
Remove OverlappingInstances pragma.
Jesse Rosenthal
1
-1
/
+0
2017-01-25
Try adding OverlappingInstances pragma to parsing.
Jesse Rosenthal
1
-0
/
+1
2017-01-25
Unify Errors.
Jesse Rosenthal
1
-1
/
+1
2017-01-25
Add IncoherentInstances pragma for HasQuotedContext.
Jesse Rosenthal
1
-1
/
+3
2016-10-23
Tighten up parsing of raw email addresses.
John MacFarlane
1
-4
/
+13
2016-10-13
Allow empty lines when parsing line blocks
Albert Krewinkel
1
-2
/
+5
2016-09-02
Remove TagSoup compat
Jesse Rosenthal
1
-3
/
+3
2016-09-02
Remove Compat.Monoid
Jesse Rosenthal
1
-1
/
+1
2016-07-15
Use liftM since otherwise Functor type constraint needen in ghc 7.8.
John MacFarlane
1
-1
/
+1
2016-07-14
Fixed compiler warnings.
John MacFarlane
1
-3
/
+3
2016-03-22
Updated copyright dates to include 2016.
John MacFarlane
1
-2
/
+2
2016-01-22
Changed type of Shared.uniqueIdent argument from [String] to Set String.
John MacFarlane
1
-6
/
+6
2016-01-08
Work around tagsoup bug - not allowing uppercase x in hex entities.
John MacFarlane
1
-0
/
+1
2016-01-08
Entity handling fixes:
John MacFarlane
1
-1
/
+4
2015-12-12
Fixed cite key parsing regression.
John MacFarlane
1
-1
/
+1
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-2
/
+14
2015-11-13
Allow `://` in citation keys.
John MacFarlane
1
-1
/
+2
2015-11-09
Restored Text.Pandoc.Compat.Monoid.
John MacFarlane
1
-0
/
+1
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-2
/
+0
2015-08-05
Parsing: Add `extractIdClass`, modified type of `KeyTable`.
John MacFarlane
1
-2
/
+14
2015-07-23
Parsing: toKey: strip off outer brackets.
John MacFarlane
1
-2
/
+4
2015-07-14
Improved bare autolink detection.
John MacFarlane
1
-3
/
+2
[prev]
[next]