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
/
tests
/
html-reader.html
Age
Commit message (
Expand
)
Author
2015-07-24
HTML Reader: Test <ol> type, class, and inline list-style(-type) CSS
Ophir Lifshitz
2015-07-21
HTML reader: handle type attribute on ol.
John MacFarlane
2015-01-25
fixes #1859 HTML Reader table parsing
mb21
2014-11-16
Removed extra `</body>` tag from `tests/html-reader.html`.
John MacFarlane
2014-08-16
HTML reader: Parse appropriately styled span as SmallCaps.
John MacFarlane
2014-06-16
Added failing HTML reader test for table.
John MacFarlane
2014-04-01
Added HTML reader tests for empty strong, emph.
John MacFarlane
2014-04-01
Tests updated to reflect changes to readers.
Matthew Pickering
2011-11-08
Update templates to use Content-Style-Type meta tag.
John MacFarlane
2011-07-16
HTML reader: treat Plain as Para when needed.
John MacFarlane
2010-11-11
HTML reader: don't parse raw HTML inside <code> tag.
John MacFarlane
2007-08-08
Major change in the way ordered lists are handled:
fiddlosopher
2007-07-23
Added definition list support to HTML reader.
fiddlosopher
2006-12-16
Changed 'putStrLn' to 'putStr' in Main.hs, and modified some
fiddlosopher
2006-10-17
initial import
fiddlosopher