index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Text
/
Pandoc
/
Readers
/
HTML.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-08
Use Data.List's 'intercalate' instead of custom 'joinWithSep'.
fiddlosopher
1
-3
/
+3
2008-07-15
Commented out some unneeded code in HTML reader.
fiddlosopher
1
-0
/
+4
2008-06-17
Added type signatures, etc., to eliminate -Wall warnings.
fiddlosopher
1
-16
/
+86
2008-04-20
Count anything that isn't a known block (HTML) tag as an inline tag
fiddlosopher
1
-4
/
+4
2008-03-22
The '--sanitize-html' option now examines URIs in markdown links
fiddlosopher
1
-8
/
+24
2008-02-09
Use generic attributes type, not a string, for CodeBlocks.
fiddlosopher
1
-1
/
+1
2008-02-09
Modified readers for new parameter in CodeBlock.
fiddlosopher
1
-1
/
+1
2008-01-16
Removed unnecessary imports.
fiddlosopher
1
-3
/
+2
2008-01-08
Changed copyright dates where appropriate to include 2008.
fiddlosopher
1
-2
/
+2
2008-01-08
Changed comment used to replace unsafe HTML if sanitize-html option
fiddlosopher
1
-4
/
+4
2008-01-03
Added optional HTML sanitization using a whitelist.
fiddlosopher
1
-13
/
+80
2007-12-31
Fixed bug in the markdown reader: HTML preceding a code block
fiddlosopher
1
-2
/
+1
2007-12-31
HTML reader: Finished fixing Issue #40.
fiddlosopher
1
-2
/
+2
2007-12-31
HTML reader: Don't interpret contents of style tags as markdown.
fiddlosopher
1
-2
/
+9
2007-12-30
Fixed bug in HTML reader: it was looking for <IT> tag, not <I>.
fiddlosopher
1
-1
/
+1
2007-12-24
Changed failure message in anyHtmlBlockTag (minor change).
fiddlosopher
1
-1
/
+1
2007-12-23
Modified rawHtmlBlock in HTML reader so it parses </html> and </body> tags.
fiddlosopher
1
-2
/
+7
2007-11-29
Moved everything from src into the top-level directory.
fiddlosopher
1
-0
/
+496
2007-11-28
Removed Text directory. This is a remnant of an experiment
fiddlosopher
1
-496
/
+0
2007-11-03
Use template haskell to avoid the need for templates:
fiddlosopher
1
-0
/
+496