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
2015-12-12
Modified readers to emit SoftBreak when appropriate.
John MacFarlane
1
-1
/
+1
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-1
/
+1
2015-07-07
Fixed email javascript obfuscation with mailto: URLs.
John MacFarlane
1
-1
/
+1
2015-02-04
Append newline to the LineBreak of various writers
Tim Lin
1
-1
/
+2
2015-02-01
HTML writer: Add "inline" or "display" class to math spans.
John MacFarlane
1
-7
/
+7
2014-12-15
HTML writer: put newline btw img and caption paragraph.
John MacFarlane
1
-1
/
+2
2014-08-31
Markdown reader: better handling of paragraph in div.
John MacFarlane
1
-2
/
+2
2014-08-12
HTML writer: use 'uri' or 'email' class for autolinks.
John MacFarlane
1
-5
/
+5
2014-07-07
Revamped raw HTML block parsing in markdown.
John MacFarlane
1
-19
/
+4
2013-11-12
HTML/EPUB footnotes: Put `<sup>` tag inside `<a>` tags.
John MacFarlane
1
-3
/
+3
2013-11-01
TexMath: Export readTeXMath', which attends to display/inline.
John MacFarlane
1
-1
/
+1
2013-08-18
Adjusted writers and tests for change in parsing of div/span.
John MacFarlane
1
-9
/
+3
2013-01-21
Use proportional font for email autolinks with obfuscation.
John MacFarlane
1
-1
/
+1
2013-01-06
Don't put the text of an autolink in Code font.
John MacFarlane
1
-3
/
+3
2013-01-04
Added css to preserve spaces in <code> tags.
John MacFarlane
1
-0
/
+1
2012-09-12
HTML writer: Improve line breaks with `<dd>` tags.
John MacFarlane
1
-5
/
+10
2012-01-28
Put date in YYYY-MM-DD format if possible for HTML, docx metadata.
John MacFarlane
1
-1
/
+1
2011-12-29
Updated tests for changes to HTML note back references.
John MacFarlane
1
-5
/
+5
2011-12-27
Updated tests.
John MacFarlane
1
-22
/
+11
2011-12-18
HTML writer: Use `<del>` for strikeout.
John MacFarlane
1
-1
/
+1
2011-12-01
Made author/date more consistent in HTML templates.
John MacFarlane
1
-3
/
+3
2011-11-12
Updated writer tests for new version of texmath.
John MacFarlane
1
-2
/
+2
2011-11-08
Update templates to use Content-Style-Type meta tag.
John MacFarlane
1
-0
/
+1
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
[next]