index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
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-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
2015-08-07
Updated readers, writers and README for link attribute
mb21
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
2015-07-27
HTML Reader: Detect font-variant with pickStyleAttrProps
Ophir Lifshitz
2015-07-24
HTML Reader: Parse <ol> type, class, and inline list-style(-type) CSS
Ophir Lifshitz
2015-07-21
Fix regression: allow HTML comments containing `--`.
John MacFarlane
2015-07-21
HTML reader: handle type attribute on ol.
John MacFarlane
2015-07-10
Avoid parsing partial URLs as HTML tags.
John MacFarlane
2015-06-04
HTML reader: allow `<body>` to close `<head>`.
John MacFarlane
2015-05-13
HTML reader: Support base tag.
John MacFarlane
2015-05-11
HTML reader: Fixed detection of self-closing tags.
John MacFarlane
2015-04-29
HTML reader: Allow multiple colgroups in table.
John MacFarlane
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
2015-04-17
More principled fix for #1820.
John MacFarlane
2015-04-17
Fixed `htmlTag` in HTML reader.
John MacFarlane
2015-02-18
Move utility error functions to Text.Pandoc.Shared
Matthew Pickering
2015-02-18
Change return type of HTML reader
Matthew Pickering
2015-01-25
fixes #1859 HTML Reader table parsing
mb21
2014-11-16
Make `embed` tag either block or inline.
John MacFarlane
2014-09-25
HTML Reader: Recognise <br> tags inside <pre> blocks
mpickering
2014-08-18
HTML reader: improved handling of tags that can be block or inline.
John MacFarlane
2014-08-16
HTML reader: Parse appropriately styled span as SmallCaps.
John MacFarlane
[prev]
[next]