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
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-2
/
+0
2015-10-11
HTML reader/writer: better handling of "section" elements.
John MacFarlane
1
-2
/
+5
2015-07-21
DZSlides: Add `role="note"` for speaker notes.
John MacFarlane
1
-1
/
+2
2015-07-13
HTML writer: support speaker notes in dzslides.
John MacFarlane
1
-0
/
+1
2015-07-07
Fixed email javascript obfuscation with mailto: URLs.
John MacFarlane
1
-2
/
+2
2015-05-27
Revealjs: allow 'center' to be set to false.
John MacFarlane
1
-0
/
+3
2015-05-11
Don't use sup element for epub footnotes.
John MacFarlane
1
-2
/
+4
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
2015-03-14
Really fix #1394.
John MacFarlane
1
-5
/
+6
2015-02-25
HTML writer: include raw latex blocks if --mathjax specified.
John MacFarlane
1
-1
/
+8
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
-57
/
+60
2015-01-29
Refactored `if x then [] else y` to `[y | not x]`
Konstantin Zudov
1
-6
/
+2
2015-01-29
Do not ommit missing `alt` attribute on `img` tag
Konstantin Zudov
1
-4
/
+1
2015-01-27
Fixed list-style-type for numbered example lists.
John MacFarlane
1
-1
/
+3
2015-01-19
Use CPP to avoid unneeded import warning for blaze-markup >= 0.6.3.
John MacFarlane
1
-0
/
+3
2014-12-15
HTML writer: put newline btw img and caption paragraph.
John MacFarlane
1
-1
/
+1
2014-12-15
Text.Pandoc.Readers.HTML: Retain display type of MathML output
Matthew Pickering
1
-2
/
+4
2014-10-23
HTML writer: Make header attributes work outside top level.
John MacFarlane
1
-4
/
+14
2014-09-25
HTML Writer: Don't double render when email-obfuscation=none
mpickering
1
-5
/
+5
2014-09-25
Add support for KaTeX HTML math
mpickering
1
-0
/
+19
2014-09-25
HTML Writer: MathML now outputted with tex annotation.
mpickering
1
-1
/
+15
2014-08-12
HTML writer: use 'uri' or 'email' class for autolinks.
John MacFarlane
1
-5
/
+8
2014-08-09
HTML writer: Don't include empty TOC items for slide shows.
John MacFarlane
1
-0
/
+3
2014-08-04
Use texmath 0.7 interface.
John MacFarlane
1
-6
/
+7
2014-07-19
Renamed readTeXMath' to avoid name conflict with texmath 0.6.7
Matthew Pickering
1
-2
/
+2
2014-07-15
HTML writer: Removed useless clause.
John MacFarlane
1
-4
/
+0
2014-07-10
HTML writer: Deactivate "incremental" inside slide speaker notes.
John MacFarlane
1
-3
/
+5
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2014-04-26
HTML writer: improved detection of image links.
John MacFarlane
1
-1
/
+5
2014-03-05
HTML writer: Add colgroup around col tags.
John MacFarlane
1
-5
/
+10
2014-02-17
HTML writer: Fixed bug with unnumbered section headings.
John MacFarlane
1
-1
/
+2
2014-01-06
HTML writer: Omit footnotes from TOC entries.
John MacFarlane
1
-1
/
+3
2014-01-02
HTML writer: With --toc, headers no longer link to themselves.
John MacFarlane
1
-15
/
+8
2013-12-19
HLint: use fromMaybe
Henry de Valence
1
-2
/
+2
2013-12-19
HLint: redundant parens
Henry de Valence
1
-1
/
+1
2013-11-23
HTML writer: Handle csl flipflopping spans (csl-no-emph, etc.)
John MacFarlane
1
-2
/
+16
2013-11-12
HTML/EPUB footnotes: Put `<sup>` tag inside `<a>` tags.
John MacFarlane
1
-4
/
+4
2013-11-01
TexMath: Export readTeXMath', which attends to display/inline.
John MacFarlane
1
-2
/
+2
2013-10-20
Fixed '. . .' (pause) on HTML slide formats. Closes #1029.
John MacFarlane
1
-3
/
+2
2013-10-13
Treat div with class "notes" as speaker notes in slide formats.
John MacFarlane
1
-2
/
+9
2013-10-13
HTML writer: Insert command to typeset mathjax for slideous output.
John MacFarlane
1
-1
/
+5
2013-10-06
Removed code that forces MathJax to typeset.
John MacFarlane
1
-2
/
+1
2013-09-12
HTML writer: Ensure proper escaping in header metadata.
John MacFarlane
1
-4
/
+5
2013-09-08
Made . . . for pause work in all slide show formats except slideous.
John MacFarlane
1
-7
/
+15
2013-09-01
Mathjax in HTML slide shows: include explicit "Typeset" instruction.
John MacFarlane
1
-1
/
+2
2013-08-10
Adjustments for new Format newtype.
John MacFarlane
1
-5
/
+8
2013-08-08
Preliminary support for new Div and Span elements in writers.
John MacFarlane
1
-0
/
+5
2013-07-13
Checking options before applying syntax highlighting for HTML output
Alexander Kondratskiy
1
-3
/
+9
2013-07-01
Created Text.Pandoc.Writers.Shared, improved metaToJSON.
John MacFarlane
1
-2
/
+2
[next]