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
2012-07-25
Options -> ReaderOptions.
John MacFarlane
1
-2
/
+2
2012-07-25
Put smart, strict in separate options field in state.
John MacFarlane
1
-2
/
+3
2012-07-24
HTML reader: Fixed bug in htmlBalanced.
John MacFarlane
1
-2
/
+1
2012-07-20
Use Parser as type synonym for Parsec.
John MacFarlane
1
-8
/
+8
2012-07-20
Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.
John MacFarlane
1
-2
/
+0
2012-07-20
Use Text.Parsec instead of Text.ParserCombinators.Parsec.
John MacFarlane
1
-12
/
+12
2012-04-29
HTML reader: Support `<col>` and `<caption>` in tables.
John MacFarlane
1
-1
/
+3
2012-04-28
HTML reader: Don't skip nonbreaking spaces.
John MacFarlane
1
-1
/
+7
2012-02-17
Don't escape `<` in `<style>` tags with `--self-contained`.
John MacFarlane
1
-2
/
+10
2012-01-12
Added "title" to list of docbook block-level tags.
John MacFarlane
1
-1
/
+1
2011-12-29
Better smart quote parsing.
John MacFarlane
1
-2
/
+6
2011-10-25
HTML reader now recognizes DocBook block and inline tags.
John MacFarlane
1
-5
/
+24
2011-08-01
HTML reader: Fixed bug parsing tables w both thead and tbody.
John MacFarlane
1
-0
/
+1
2011-07-23
Properly handle characters in the 128..159 range.
John MacFarlane
1
-2
/
+41
2011-07-16
HTML reader: treat Plain as Para when needed.
John MacFarlane
1
-9
/
+12
2011-07-15
HTML reader: Handle tbody, thead in simple tables.
John MacFarlane
1
-7
/
+17
2011-07-10
Make HTML reader more forgiving of bad HTML.
John MacFarlane
1
-4
/
+16
2011-01-26
Add support for attributes in inline Code.
John MacFarlane
1
-2
/
+6
2011-01-26
Bumped version to 1.8; depend on pandoc-types 1.8.
John MacFarlane
1
-2
/
+2
2011-01-14
HTML reader: parse simple tables.
John MacFarlane
1
-2
/
+22
2011-01-14
HTML reader: parse location tags in pSatisfy.
John MacFarlane
1
-13
/
+17
2011-01-06
HTML reader: Fixed bug in htmlTag for comments.
John MacFarlane
1
-2
/
+9
2010-12-30
HTML reader: Fixed some parsing bugs.
John MacFarlane
1
-22
/
+28
2010-12-30
New HTML reader using tagsoup as a lexer.
John MacFarlane
1
-582
/
+379
2010-12-22
HTML reader: Simplified parsing of <script> sections.
John MacFarlane
1
-24
/
+1
2010-12-22
Made --smart work with HTML reader.
John MacFarlane
1
-4
/
+13
2010-12-15
HTML reader: allow : in tags.
John MacFarlane
1
-2
/
+6
2010-12-10
Removed HTML sanitization.
John MacFarlane
1
-90
/
+5
2010-12-07
Make --smart work in HTML reader.
John MacFarlane
1
-2
/
+3
2010-12-03
Basic Textile Reader
paul.rivier
1
-1
/
+2
2010-11-11
HTML reader: don't parse raw HTML inside <code> tag.
John MacFarlane
1
-2
/
+2
2010-07-14
HTML reader: code cleanup + parse <tt> as Code.
John MacFarlane
1
-34
/
+47
2010-07-05
Moved parsing functions from Text.Pandoc.Shared to new module.
John MacFarlane
1
-1
/
+2
2010-03-23
Properly escape URIs in all readers.
John MacFarlane
1
-3
/
+3
2010-03-23
Updated copyright notices.
John MacFarlane
1
-2
/
+2
2010-03-23
Fixed treatment of unicode characters in URIs.
John MacFarlane
1
-1
/
+1
2010-02-12
HTML reader: handle spaces before <html>.
fiddlosopher
1
-0
/
+1
2010-02-12
HTML reader: Be forgiving in parsing a bare list within a list.
fiddlosopher
1
-2
/
+6
2010-02-02
Made HTML reader much more forgiving.
fiddlosopher
1
-29
/
+106
2009-12-31
Removed redundant imports (found by ghc 6.12).
fiddlosopher
1
-1
/
+1
2009-12-31
Changed Meta author and date types to Inline lists instead of Strings.
fiddlosopher
1
-4
/
+4
2009-12-07
Improved syntax for markdown definition lists.
fiddlosopher
1
-2
/
+2
2009-12-05
Added "head" to list of HTML block-level tags.
fiddlosopher
1
-1
/
+1
2009-11-21
Fixed htmlComment parser.
fiddlosopher
1
-1
/
+1
2009-11-01
Properly handle commented-out list items in markdown.
fiddlosopher
1
-0
/
+1
2009-10-04
Added haddock comments warning that readers assume \n line endings.
fiddlosopher
1
-1
/
+1
2009-07-21
Fixed bug in HTML comment parser.
fiddlosopher
1
-2
/
+2
2009-04-29
Made htmlComment parser more efficient.
fiddlosopher
1
-1
/
+3
2009-01-24
Moved all haskell source to src subdirectory.
fiddlosopher
1
-0
/
+675
2007-11-29
Moved everything from src into the top-level directory.
fiddlosopher
1
-496
/
+0
[prev]
[next]