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
/
Writers
/
HTML.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-28
Make URLs and emails in autolinks appear as Code.
fiddlosopher
1
-7
/
+7
2007-07-26
Changed how ASCIIMathML is handled:
fiddlosopher
1
-1
/
+10
2007-07-24
Fixed bug in TOC generation in HTML writer (regression,
fiddlosopher
1
-1
/
+1
2007-07-22
HTML writer: Use a record for state, instead of a tuple, for
fiddlosopher
1
-24
/
+32
2007-07-22
HTML writer: include css for .strikethrough only if strikethrough
fiddlosopher
1
-17
/
+25
2007-07-22
+ Added support for superscript, subscript, and
fiddlosopher
1
-17
/
+26
2007-07-14
Change to footnotes in HTML writer: Instead of putting the footnote
fiddlosopher
1
-5
/
+18
2007-07-09
Moved isHeaderBlock from Text.Pandoc.Writers.HTML
fiddlosopher
1
-5
/
+0
2007-07-08
Regularized the scheme for unique header identifiers in HTML writer:
fiddlosopher
1
-4
/
+14
2007-07-08
HTML writer changes:
fiddlosopher
1
-5
/
+5
2007-07-08
HTML writer: Slight change in code for generating unique
fiddlosopher
1
-1
/
+1
2007-07-07
Adjusted copyright notices to 2006-7; use
fiddlosopher
1
-3
/
+3
2007-07-07
Put table of contents in its own div (id="toc").
fiddlosopher
1
-1
/
+1
2007-07-07
HTML writer modifications:
fiddlosopher
1
-23
/
+57
2007-07-07
Changes to HTML writer to incorporate automatic identifiers for
fiddlosopher
1
-16
/
+66
2007-04-10
Extensive changes stemming from a rethinking of the Pandoc data
fiddlosopher
1
-137
/
+152
2007-04-08
Fixed bug in email obfuscation (issue #15). If the text to be obfuscated
fiddlosopher
1
-1
/
+2
2007-03-17
Removed Blank block element as unnecessary.
fiddlosopher
1
-1
/
+0
2007-03-11
Added support for DefinitionList blocks to HTML writer.
fiddlosopher
1
-5
/
+11
2007-03-11
Fixed bug in HTML email obfuscation using --strict mode.
fiddlosopher
1
-1
/
+3
2007-03-04
Fixed bug in noscript part of email obfuscation:
fiddlosopher
1
-1
/
+1
2007-02-27
Changes to test suite for new XHTML output.
fiddlosopher
1
-8
/
+7
2007-02-26
Modified HTML writer to use the Text.XHtml library. This results
fiddlosopher
1
-153
/
+142
2007-01-28
Changed 'encodeEntities' to 'escapeSGMLString'.
fiddlosopher
1
-7
/
+7
2007-01-28
+ Simplified entity handling by removing stringToSGML from Entities.hs.
fiddlosopher
1
-10
/
+8
2007-01-27
Use encodeEntities rather than stringToSGML for contents of
fiddlosopher
1
-1
/
+1
2007-01-27
More changes in entity handling: Instead of using entities for characters
fiddlosopher
1
-9
/
+9
2007-01-27
Changes in entity handling:
fiddlosopher
1
-10
/
+10
2007-01-22
Removed 'gsub' entirely and replaced its uses with 'substitute'.
fiddlosopher
1
-1
/
+1
2007-01-15
Added support for tables in markdown reader and in LaTeX,
fiddlosopher
1
-0
/
+32
2007-01-07
Modified HTML output for Image elements, to conform to
fiddlosopher
1
-3
/
+3
2007-01-06
Merged changes from 'quotes' branch since r431. Smart typography
fiddlosopher
1
-127
/
+139
2007-01-04
Refactored SGML escaping functions and "in tag" functions to
fiddlosopher
1
-68
/
+10
2007-01-01
Merged changes from docbook branch since r363.
fiddlosopher
1
-1
/
+3
2006-12-30
Merged 'strict' branch from r324. This adds a '--strict'
fiddlosopher
1
-10
/
+9
2006-12-29
Reversed changes from r246:
fiddlosopher
1
-3
/
+1
2006-12-20
Added license text to top of source files.
fiddlosopher
1
-0
/
+18
2006-12-20
Changed 'stability' from 'provisional' to 'alpha'.
fiddlosopher
1
-1
/
+1
2006-12-20
Changed 'status' in comment headers from 'unstable' to 'provisional'
fiddlosopher
1
-1
/
+1
2006-12-20
Made javascript obfuscation of emails even more obfuscatory,
fiddlosopher
1
-10
/
+27
2006-12-20
+ Added module data for haddock.
fiddlosopher
1
-135
/
+176
2006-12-20
Modified the HTML writer to add invisible anchors to each section
fiddlosopher
1
-6
/
+8
2006-12-19
+ Replaced 'comparing' combinator in markdown reader with 'compare'.
fiddlosopher
1
-1
/
+1
2006-12-19
Merged changes to footnotes branch r219-r240.
fiddlosopher
1
-11
/
+20
2006-12-18
Changed '--smartypants' to '--smart' and adjusted documentation
fiddlosopher
1
-3
/
+3
2006-12-16
Improvements to smart-quote regexs. Now we can better handle
fiddlosopher
1
-9
/
+16
2006-12-09
In HTML writer, include <title></title> even if title is null.
fiddlosopher
1
-4
/
+1
2006-11-26
Pandoc bug fixes:
fiddlosopher
1
-1
/
+1
2006-10-17
initial import
fiddlosopher
1
-0
/
+197