index
:
pandoc
master
Conversion between markup formats
Igor Pashev
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
Files
Lines
2017-07-11
HTML reader: Ensure that paragraphs are closed properly...
John MacFarlane
1
-0
/
+2
2017-06-27
HTML reader: Use the lang value of <html> to set the lang meta value. (#3765)
bucklereed
1
-0
/
+9
2017-06-20
Move CR filtering from tabFilter to the readers.
John MacFarlane
1
-2
/
+2
2017-06-19
Separated tracing from logging.
John MacFarlane
1
-3
/
+2
2017-06-11
Rewrote HTML reader to use Text throughout.
John MacFarlane
1
-137
/
+194
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
1
-2
/
+4
2017-06-02
Fixed HTML reader.
John MacFarlane
1
-2
/
+3
2017-06-01
HTML reader: Use sets instead of lists for block tag lookup.
John MacFarlane
1
-50
/
+43
2017-06-01
HTML reader: Removed "button" from block tag list.
John MacFarlane
1
-1
/
+1
2017-05-24
HTML reader: Add `details` tag to list of block tags.
John MacFarlane
1
-1
/
+2
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-04-23
HTML reader: Revise treatment of li with id attribute.
John MacFarlane
1
-2
/
+6
2017-03-18
HTML reader: Better sanity checks on raw HTML.
John MacFarlane
1
-6
/
+17
2017-03-12
Issue warning for duplicate header identifiers.
John MacFarlane
1
-5
/
+11
2017-03-04
Fixed some loose ends in #1592.
John MacFarlane
1
-1
/
+3
2017-02-20
Tighten up HasQuoteContext instance in HTML reader.
John MacFarlane
1
-1
/
+1
2017-02-11
Use new warnings throughout the code base.
John MacFarlane
1
-6
/
+4
2017-02-10
Added Text.Pandoc.Logging (exported module).
John MacFarlane
1
-1
/
+2
2017-02-10
HTML reader: Added warnings for ignored material.
John MacFarlane
1
-5
/
+14
2017-02-06
Removed --parse-raw and readerParseRaw.
John MacFarlane
1
-7
/
+7
2017-01-25
More logging-related changes.
John MacFarlane
1
-9
/
+5
2017-01-25
Changes to verbosity in writer and reader options.
John MacFarlane
1
-3
/
+3
2017-01-25
Unify Errors.
Jesse Rosenthal
1
-1
/
+2
2017-01-25
Working on readers.
Jesse Rosenthal
1
-98
/
+115
2016-12-08
Removed debug trace from HTML reader.
John MacFarlane
1
-2
/
+1
2016-12-07
HTML reader: Understand `style=width:` as well as `width` in `col`.
John MacFarlane
1
-2
/
+7
2016-12-06
Fixed some bad regressions in HTML table parser.
John MacFarlane
1
-3
/
+3
2016-11-26
HTML reader: improved table parsing.
John MacFarlane
1
-11
/
+24
2016-11-13
HTML reader: only treat "a" element as link if it has href.
John MacFarlane
1
-7
/
+19
2016-11-02
HTML reader: treat `<math>` as MathML by default...
John MacFarlane
1
-8
/
+11
2016-09-02
Remove Compat.Monoid
Jesse Rosenthal
1
-1
/
+1
2016-05-21
HTML reader: fixed bug in pClose.
John MacFarlane
1
-1
/
+1
2016-04-10
Markdown + HTML readers: be more forgiving about unescaped &.
John MacFarlane
1
-10
/
+15
2016-03-22
Fixed bug in Markdown raw HTML parsing.
John MacFarlane
1
-1
/
+1
2016-03-10
Fixed behavior of base tag.
John MacFarlane
1
-17
/
+11
2016-02-20
Fixed some linter warnings.
John MacFarlane
1
-3
/
+3
2016-02-20
HTML reader: rewrote htmlInBalanced.
John MacFarlane
1
-10
/
+39
2016-02-16
HTML reader: properly handle an empty cell in a simple table.
John MacFarlane
1
-0
/
+1
2016-01-29
HTML reader: handle multiple meta tags with same name.
John MacFarlane
1
-2
/
+6
2016-01-22
Changed type of Shared.uniqueIdent argument from [String] to Set String.
John MacFarlane
1
-3
/
+3
2015-12-12
Modified readers to emit SoftBreak when appropriate.
John MacFarlane
1
-1
/
+4
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-15
/
+11
2015-11-09
Restored Text.Pandoc.Compat.Monoid.
John MacFarlane
1
-1
/
+1
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-10-22
Fixed over-eager raw HTML inline parsing.
John MacFarlane
1
-0
/
+1
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-2
/
+2
2015-10-11
HTML reader/writer: better handling of "section" elements.
John MacFarlane
1
-3
/
+10
2015-08-08
HTML reader: add auto identifiers if not present on headers.
John MacFarlane
1
-7
/
+17
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-14
/
+4
[next]