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
2013-08-20
HTML reader: Improved handling of code with --parse-raw.
issue221
John MacFarlane
2013-08-10
Adjustments for new Format newtype.
John MacFarlane
2013-07-16
HTML reader: read widths from col tags if present.
John MacFarlane
2013-07-16
HTML reader: Handle non-simple tables (#893).
John MacFarlane
2013-07-16
HTML reader: Generalized table parser.
John MacFarlane
2013-06-24
Use new flexible metadata type.
John MacFarlane
2013-03-28
Parsing: Better error reporting in readWith.
John MacFarlane
2013-02-16
HTML reader: Preserve all header attributes.
John MacFarlane
2013-01-30
HTML reader: Handle colgroup tag.
John MacFarlane
2013-01-12
HTML reader: Added html5 tags to list of block-level tags.
John MacFarlane
2013-01-09
Added Attr field to Header.
John MacFarlane
2012-09-15
HTML reader: Modified htmlTag for fewer false positives.
John MacFarlane
2012-09-13
MediaWiki reader: Use MWState instead of ParserState.
John MacFarlane
2012-09-09
HTML reader: Handle nested `<q>` tags properly.
John MacFarlane
2012-09-09
HTML reader: Parse <q> as Quoted DoubleQuote.
John MacFarlane
2012-08-15
Moved renderTags' from HTML reader & SelfContained to Shared.
John MacFarlane
2012-07-26
Fixed whitespace errors.
John MacFarlane
2012-07-26
Use readerExtensions instead of readerStrict in readers.
John MacFarlane
2012-07-25
Changed reader parameters from ParserState to ReaderOptions.
John MacFarlane
2012-07-25
Moved ParseRaw from ParserState to ReaderOptions.
John MacFarlane
2012-07-25
Options -> ReaderOptions.
John MacFarlane
2012-07-25
Put smart, strict in separate options field in state.
John MacFarlane
2012-07-24
HTML reader: Fixed bug in htmlBalanced.
John MacFarlane
2012-07-20
Use Parser as type synonym for Parsec.
John MacFarlane
2012-07-20
Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.
John MacFarlane
2012-07-20
Use Text.Parsec instead of Text.ParserCombinators.Parsec.
John MacFarlane
2012-04-29
HTML reader: Support `<col>` and `<caption>` in tables.
John MacFarlane
2012-04-28
HTML reader: Don't skip nonbreaking spaces.
John MacFarlane
2012-02-17
Don't escape `<` in `<style>` tags with `--self-contained`.
John MacFarlane
2012-01-12
Added "title" to list of docbook block-level tags.
John MacFarlane
2011-12-29
Better smart quote parsing.
John MacFarlane
2011-10-25
HTML reader now recognizes DocBook block and inline tags.
John MacFarlane
2011-08-01
HTML reader: Fixed bug parsing tables w both thead and tbody.
John MacFarlane
2011-07-23
Properly handle characters in the 128..159 range.
John MacFarlane
2011-07-16
HTML reader: treat Plain as Para when needed.
John MacFarlane
2011-07-15
HTML reader: Handle tbody, thead in simple tables.
John MacFarlane
2011-07-10
Make HTML reader more forgiving of bad HTML.
John MacFarlane
2011-01-26
Add support for attributes in inline Code.
John MacFarlane
2011-01-26
Bumped version to 1.8; depend on pandoc-types 1.8.
John MacFarlane
2011-01-14
HTML reader: parse simple tables.
John MacFarlane
2011-01-14
HTML reader: parse location tags in pSatisfy.
John MacFarlane
2011-01-06
HTML reader: Fixed bug in htmlTag for comments.
John MacFarlane
2010-12-30
HTML reader: Fixed some parsing bugs.
John MacFarlane
2010-12-30
New HTML reader using tagsoup as a lexer.
John MacFarlane
2010-12-22
HTML reader: Simplified parsing of <script> sections.
John MacFarlane
2010-12-22
Made --smart work with HTML reader.
John MacFarlane
2010-12-15
HTML reader: allow : in tags.
John MacFarlane
2010-12-10
Removed HTML sanitization.
John MacFarlane
2010-12-07
Make --smart work in HTML reader.
John MacFarlane
2010-12-03
Basic Textile Reader
paul.rivier
[next]