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
/
Readers
/
Markdown.hs
Age
Commit message (
Expand
)
Author
2017-07-24
LaTeX reader: Removed 'macro'.
John MacFarlane
2017-07-07
Rewrote LaTeX reader with proper tokenization.
John MacFarlane
2017-06-30
Make `east_asian_line_breaks` affect all readers/writers.
John MacFarlane
2017-06-27
Require nonempty alt text for `implicit_figures`.
John MacFarlane
2017-06-23
Added comment in source.
John MacFarlane
2017-06-23
Markdown reader: interpret YAML metadata as Inlines when possible.
John MacFarlane
2017-06-23
Text.Pandoc.Extensions: Added `Ext_raw_attribute`.
John MacFarlane
2017-06-20
Removed an 'error' bomb.
John MacFarlane
2017-06-20
Move CR filtering from tabFilter to the readers.
John MacFarlane
2017-06-19
Separated tracing from logging.
John MacFarlane
2017-06-11
Don't allow backslash + newline to affect block structure.
John MacFarlane
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
2017-05-30
Added eastAsianLineBreakFilter to Shared.
John MacFarlane
2017-05-28
Markdown reader: use anyLineNewline
Alexander Krotov
2017-05-27
Markdown writer: changes to `--reference-links`.
John MacFarlane
2017-05-25
Added `spaced_reference_links` extension.
John MacFarlane
2017-05-25
Markdown reader: warn for notes defined but not used.
John MacFarlane
2017-05-24
Markdown reader: fixed smart quotes after emphasis.
John MacFarlane
2017-05-24
Parsing: Provide parseFromString'.
John MacFarlane
2017-05-18
Markdown: allow attributes in reference links to start on next line.
John MacFarlane
2017-05-17
Move anyLineNewline to Parsing.hs
Alexander Krotov
2017-05-13
Update dates in copyright notices
Albert Krewinkel
2017-05-11
Combine grid table parsers
Albert Krewinkel
2017-05-06
Markdown reader: improved parsing of indented raw HTML blocks.
John MacFarlane
2017-04-30
Provide shared F monad functions for Markdown and Org readers
Albert Krewinkel
2017-04-06
Allow raw latex commands starting with `\start` in Markdown.
John MacFarlane
2017-03-22
Markdown reader: allow latex macro definitions indented 1-3 spaces.
John MacFarlane
2017-03-20
Add `space_in_atx_header` extension.
John MacFarlane
2017-03-11
Markdown reader: optimized nonindentSpaces.
John MacFarlane
2017-03-05
Markdown reader: fixed internal header links.
John MacFarlane
2017-03-05
Added readerAbbreviations to ParserState.
John MacFarlane
2017-03-05
Markdown reader: Fixed regression on left-biased union for metadata.
John MacFarlane
2017-03-05
Parse YAML metadata in a context that sees footnotes...
John MacFarlane
2017-03-04
Markdown reader: treat span with class `smallcaps` as SmallCaps.
John MacFarlane
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-03-02
Markdown reader: when splitting pipe table cells, skip tex math.
John MacFarlane
2017-02-17
Markdown reader: Use logMessage instead of report.
John MacFarlane
2017-02-11
Use new warnings throughout the code base.
John MacFarlane
2017-02-10
Added Text.Pandoc.Logging (exported module).
John MacFarlane
2017-02-06
Removed --parse-raw and readerParseRaw.
John MacFarlane
2017-01-27
Shared: rename compactify', compactify'DL -> compactify, compactifyDL.
John MacFarlane
2017-01-25
More logging-related changes.
John MacFarlane
2017-01-25
Changes to verbosity in writer and reader options.
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
Markdown reader: Removed readMarkdownWithWarnings [API change].
John MacFarlane
2017-01-25
Have warningWithPos take a SourcePos rather than Maybe SourcePos.
John MacFarlane
2017-01-25
Class: rename addWarning[WithPos] to warning[WithPos].
John MacFarlane
2017-01-25
Readers: pass errors straight up to PandocMonad.
Jesse Rosenthal
2017-01-25
Unify Errors.
Jesse Rosenthal
[next]