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
/
HTML.hs
Age
Commit message (
Expand
)
Author
2017-07-22
HTML Reader: parse figure and figcaption (#3813)
Mauro Bieg
2017-07-11
HTML reader: Ensure that paragraphs are closed properly...
John MacFarlane
2017-06-27
HTML reader: Use the lang value of <html> to set the lang meta value. (#3765)
bucklereed
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
Rewrote HTML reader to use Text throughout.
John MacFarlane
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
2017-06-02
Fixed HTML reader.
John MacFarlane
2017-06-01
HTML reader: Use sets instead of lists for block tag lookup.
John MacFarlane
2017-06-01
HTML reader: Removed "button" from block tag list.
John MacFarlane
2017-05-24
HTML reader: Add `details` tag to list of block tags.
John MacFarlane
2017-05-13
Update dates in copyright notices
Albert Krewinkel
2017-04-23
HTML reader: Revise treatment of li with id attribute.
John MacFarlane
2017-03-18
HTML reader: Better sanity checks on raw HTML.
John MacFarlane
2017-03-12
Issue warning for duplicate header identifiers.
John MacFarlane
2017-03-04
Fixed some loose ends in #1592.
John MacFarlane
2017-02-20
Tighten up HasQuoteContext instance in HTML reader.
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-10
HTML reader: Added warnings for ignored material.
John MacFarlane
2017-02-06
Removed --parse-raw and readerParseRaw.
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
Unify Errors.
Jesse Rosenthal
2017-01-25
Working on readers.
Jesse Rosenthal
2016-12-08
Removed debug trace from HTML reader.
John MacFarlane
2016-12-07
HTML reader: Understand `style=width:` as well as `width` in `col`.
John MacFarlane
2016-12-06
Fixed some bad regressions in HTML table parser.
John MacFarlane
2016-11-26
HTML reader: improved table parsing.
John MacFarlane
2016-11-13
HTML reader: only treat "a" element as link if it has href.
John MacFarlane
2016-11-02
HTML reader: treat `<math>` as MathML by default...
John MacFarlane
2016-09-02
Remove Compat.Monoid
Jesse Rosenthal
2016-05-21
HTML reader: fixed bug in pClose.
John MacFarlane
2016-04-10
Markdown + HTML readers: be more forgiving about unescaped &.
John MacFarlane
2016-03-22
Fixed bug in Markdown raw HTML parsing.
John MacFarlane
2016-03-10
Fixed behavior of base tag.
John MacFarlane
2016-02-20
Fixed some linter warnings.
John MacFarlane
2016-02-20
HTML reader: rewrote htmlInBalanced.
John MacFarlane
2016-02-16
HTML reader: properly handle an empty cell in a simple table.
John MacFarlane
2016-01-29
HTML reader: handle multiple meta tags with same name.
John MacFarlane
2016-01-22
Changed type of Shared.uniqueIdent argument from [String] to Set String.
John MacFarlane
2015-12-12
Modified readers to emit SoftBreak when appropriate.
John MacFarlane
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
2015-11-09
Restored Text.Pandoc.Compat.Monoid.
John MacFarlane
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
2015-10-22
Fixed over-eager raw HTML inline parsing.
John MacFarlane
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
2015-10-11
HTML reader/writer: better handling of "section" elements.
John MacFarlane
2015-08-08
HTML reader: add auto identifiers if not present on headers.
John MacFarlane
[next]