index
:
github.com/jgm/pandoc
aeson-pretty
asciidoc-reader
babel
bespoke-prelude
chunkedhtml
cite-prefix
commonmark-github
commonmark-hs
commonmark-hs-new
dark-mode
djot
endnote
figures
free
ghc925-3.1.5
ghc925-text2-3.1.5
ghc942-3.1.5
ghc944-3.1.5
images2
initialize-data-files
issue-6072
issue10282
issue10769
issue1234
issue221
issue5354
issue6122
issue6344
issue7111
issue7219
issue771
issue8378
issue8382
issue8417
issue9525
issue9878
issue_11268
jgm-patch-1
latex-partials
link-images
lowmem
main
mallard
mark
moinmoin2
multifile
newlatex
newlatex2
nospace
note-label
offline
oldmaster
optinfo
oracle
pseudopod
r1.19.2.2
r1.19.2.3
r1.19.2.4
rebase-relative-paths-extension
rel-1.19.2.1
relude
reset-position
resolverefs
ris
sable
sandbox3
sandboxed
signing
simdutf
source_date_epoch
sources
split-packages
styles
test-windows-ci
text
token-newline
travis
typst-reader
typst-tables
typst-writer
uri-cite-key
wasm
windows-arm64
windows-ci
windows-release-cabal
xeno
Pandoc — The universal markup converter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Parsing.hs
Age
Commit message (
Expand
)
Author
2017-07-14
Fix ghc 8.2.1 compiler warnings.
John MacFarlane
2017-07-14
Revert "Fixed some ghc 8.2 compiler warnings."
John MacFarlane
2017-07-14
Fixed some ghc 8.2 compiler warnings.
John MacFarlane
2017-07-07
Parsing: added takeP, takeWhileP for efficient parsing of [Char].
John MacFarlane
2017-07-07
Rewrote LaTeX reader with proper tokenization.
John MacFarlane
2017-06-19
Tracing: give less misleading line information with parseWithString.
John MacFarlane
2017-05-28
Parsing: `many1Till`: Check for the end condition before parsing
Herwig Stuetz
2017-05-25
Markdown reader: warn for notes defined but not used.
John MacFarlane
2017-05-24
Parsing: Provide parseFromString'.
John MacFarlane
2017-05-23
Shared: Provide custom isURI that rejects unknown schemes [isURI]
Albert Krewinkel
2017-05-22
Move indentWith to Text.Pandoc.Parsing (#3687)
Alexander Krotov
2017-05-17
Merge pull request #3677 from labdsf/anylinenewline
John MacFarlane
2017-05-17
Move anyLineNewline to Parsing.hs
Alexander Krotov
2017-05-14
Parsing: add `insertIncludedFilesF` which returns F blocks
Albert Krewinkel
2017-05-14
Parsing: introduce `HasIncludeFiles` type class
Albert Krewinkel
2017-05-14
Parsing: replace partial with total function
Albert Krewinkel
2017-05-13
Update dates in copyright notices
Albert Krewinkel
2017-05-11
Combine grid table parsers
Albert Krewinkel
2017-05-02
Generalize tableWith, gridTableWith
Albert Krewinkel
2017-04-30
Provide shared F monad functions for Markdown and Org readers
Albert Krewinkel
2017-04-15
Avoid parsing "Notes:**" as a bare URI.
John MacFarlane
2017-03-13
Better handling of \part in LaTeX.
John MacFarlane
2017-03-12
Issue warning for duplicate header identifiers.
John MacFarlane
2017-03-12
Improved behavior of `auto_identifiers` when there are explicit ids.
John MacFarlane
2017-03-10
Use pMacroDefinition in macro (for more direct parsing).
John MacFarlane
2017-03-03
RST reader: support RST-style citations.
John MacFarlane
2017-02-20
Revert "Refined constraint for HasQuoteContext instance."
John MacFarlane
2017-02-20
Refined constraint for HasQuoteContext instance.
John MacFarlane
2017-02-20
Removed redundant constraint.
John MacFarlane
2017-02-17
Parsing: Added HasLogMessages, logMessage, reportLogMessages.
John MacFarlane
2017-02-11
Use new warnings throughout the code base.
John MacFarlane
2017-02-07
Refactored some files formerly in LaTeX reader.
John MacFarlane
2017-02-07
Moved readFileFromDirs to Text.Pandoc.Class.
John MacFarlane
2017-01-27
Shared: rename compactify', compactify'DL -> compactify, compactifyDL.
John MacFarlane
2017-01-27
Removed Shared.compactify.
John MacFarlane
2017-01-25
Removed readerOldDashes and --old-dashes option, added old_dashes extension.
John MacFarlane
2017-01-25
Removed readerSmart and the --smart option; added Ext_smart extension.
John MacFarlane
2017-01-25
Make Extensions a custom type instead of a Set Extension.
John MacFarlane
2017-01-25
LaTeX reader: Proper include file processing.
John MacFarlane
2017-01-25
Parsing: Removed obsolete warnings stuff.
John MacFarlane
2017-01-25
Remove OverlappingInstances pragma.
Jesse Rosenthal
2017-01-25
Try adding OverlappingInstances pragma to parsing.
Jesse Rosenthal
2017-01-25
Unify Errors.
Jesse Rosenthal
2017-01-25
Add IncoherentInstances pragma for HasQuotedContext.
Jesse Rosenthal
2016-10-23
Tighten up parsing of raw email addresses.
John MacFarlane
2016-10-13
Allow empty lines when parsing line blocks
Albert Krewinkel
2016-09-02
Remove TagSoup compat
Jesse Rosenthal
2016-09-02
Remove Compat.Monoid
Jesse Rosenthal
2016-07-15
Use liftM since otherwise Functor type constraint needen in ghc 7.8.
John MacFarlane
2016-07-14
Fixed compiler warnings.
John MacFarlane
[next]