index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
writer.html
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-24
HTML writer: Removed English title on footnote back links.
John MacFarlane
1
-5
/
+5
2011-07-23
HTML writer: Display author and date after title.
John MacFarlane
1
-0
/
+5
2011-02-04
Improved HTML table output (line breaks).
John MacFarlane
1
-7
/
+21
2011-02-04
Updated tests.
John MacFarlane
1
-339
/
+54
2011-02-04
HTML writer: Spacing adjustments for Plain and RawHtml blocks.
John MacFarlane
1
-172
/
+74
2011-02-04
Updated tests for new HTML format.
John MacFarlane
1
-1094
/
+874
2011-01-26
Add support for attributes in inline Code.
John MacFarlane
1
-3
/
+3
2011-01-26
Bumped version to 1.8; depend on pandoc-types 1.8.
John MacFarlane
1
-2
/
+0
2011-01-11
Improvements to --html5 support:
John MacFarlane
1
-18
/
+18
2010-07-20
Made spacing at end of output more consistent.
John MacFarlane
1
-1
/
+0
2010-07-15
Added --section-divs option.
John MacFarlane
1
-1023
/
+961
2010-07-15
Added --webtex option for HTML math.
John MacFarlane
1
-2
/
+4
2010-04-25
Use texmath's parser in TexMath module.
John MacFarlane
1
-29
/
+5
2010-03-18
HTML writer: Use a p rather than a div for image caption.
fiddlosopher
1
-2
/
+2
2010-03-16
HTML writer: implemented image-with-caption feature.
fiddlosopher
1
-2
/
+4
2010-01-01
Finished converting HTML writer to use unicode instead of entities.
fiddlosopher
1
-33
/
+33
2009-12-31
Use UTF8 instead of entities in HTML.
fiddlosopher
1
-8
/
+8
2009-12-31
HTML footnotes: put anchor inside sup, instead of other way.
fiddlosopher
1
-20
/
+20
2009-12-31
Improved RST writer.
fiddlosopher
1
-1
/
+2
2009-12-31
Tweaked templates and tests.
fiddlosopher
1
-2
/
+2
2009-12-31
HTML writer changes for templates.
fiddlosopher
1
-1115
/
+1112
2009-12-07
Improved syntax for markdown definition lists.
fiddlosopher
1
-0
/
+66
2009-04-25
HTML writer: wrap sections in divs. Resolves Issue #70.
fiddlosopher
1
-916
/
+978
2008-08-13
Support for display math; changed ASCIIMathML -> LaTeXMathML:
fiddlosopher
1
-3
/
+1
2008-07-27
HTML writer: override Text.XHtml's stringToHtml function,
fiddlosopher
1
-3
/
+3
2008-07-23
HTML writer test: use UTF-8 characters rather than entities.
fiddlosopher
1
-8
/
+8
2008-07-15
Fixed bug in Markdown parser: regular $s triggering math mode.
fiddlosopher
1
-0
/
+2
2008-07-11
In smart mode, use nonbreaking spaces after abbreviations in markdown parser.
fiddlosopher
1
-1
/
+1
2008-07-11
Treat '\ ' in (extended) markdown as nonbreaking space.
fiddlosopher
1
-2
/
+2
2008-06-19
In HTML tests, use decimal entities for everything above 127.
fiddlosopher
1
-5
/
+5
2008-06-08
Markdown smart typography: Em dashes no longer eat surrounding whitespace.
fiddlosopher
1
-1
/
+1
2008-02-24
Use style attributes rather than css classes for strikethrough and ordered li...
fiddlosopher
1
-27
/
+18
2007-12-08
Removed support for "box-style" block quotes in markdown.
fiddlosopher
1
-31
/
+0
2007-12-02
Updated test suite -- no italics for digits.
fiddlosopher
1
-13
/
+3
2007-12-02
Updated HTML and S5 writer tests for new span tags in math.
fiddlosopher
1
-45
/
+59
2007-12-02
Added Text.Pandoc.Readers.TeXMath and changed default handling of math.
fiddlosopher
1
-7
/
+51
2007-12-01
Updated tests with new way of displaying math in HTML (with no enclosing $'s).
fiddlosopher
1
-7
/
+7
2007-11-29
Modified writer tests for new Math and TeX output.
fiddlosopher
1
-7
/
+3
2007-09-18
Markdown writer: Don't print title attribute if title is empty.
fiddlosopher
1
-1
/
+1
2007-09-03
Added xmlns attribute to html element in html writer tests.
fiddlosopher
1
-1
/
+1
2007-08-23
Added new rule for enhanced markdown ordered lists: if the list marker
fiddlosopher
1
-0
/
+2
2007-08-18
+ Fixed bug in markdown ordered list parsing. The problem was
fiddlosopher
1
-0
/
+4
2007-08-08
Major change in the way ordered lists are handled:
fiddlosopher
1
-12
/
+73
2007-07-28
Brought test suite up to date.
fiddlosopher
1
-4
/
+11
2007-07-22
Updated test suite for writers, adding tests for
fiddlosopher
1
-1
/
+29
2007-07-14
Change to footnotes in HTML writer: Instead of putting the footnote
fiddlosopher
1
-15
/
+5
2007-07-09
Added a test case with an inline link containing bracketed text.
fiddlosopher
1
-1
/
+1
2007-07-08
Regularized the scheme for unique header identifiers in HTML writer:
fiddlosopher
1
-1
/
+1
2007-07-08
Changes to tests to accommodate r653.
fiddlosopher
1
-30
/
+30
2007-07-08
Updated tests to account for changes in HTML writer (identifiers).
fiddlosopher
1
-30
/
+30
[next]