Age | Commit message (Expand) | Author | Files | Lines |
2011-11-20 | HTML writer: change s5-url to s5/default. | John MacFarlane | 1 | -1/+1 |
2011-11-07 | HTML writer: Use `<section>` for footnotes if html5. | John MacFarlane | 1 | -2/+4 |
2011-10-02 | HTML slides: only add id to div/section if --section-divs selected. | John MacFarlane | 1 | -6/+5 |
2011-10-02 | Simplified slide creation in HTML writer. | John MacFarlane | 1 | -26/+18 |
2011-10-01 | Added dzslides output option. | John MacFarlane | 1 | -3/+9 |
2011-07-28 | Added s5-url and slidy-url variables, instead of hard-coding. | John MacFarlane | 1 | -1/+2 |
2011-07-24 | HTML writer: Removed English title on footnote back links. | John MacFarlane | 1 | -2/+1 |
2011-07-24 | Insert CDATA around inline js/css in HTML, slidy. | John MacFarlane | 1 | -1/+2 |
2011-07-23 | HTML writer/templates: Made TOC more customizable. | John MacFarlane | 1 | -9/+4 |
2011-07-16 | HTML writer: Use embed tag for images with non-image extensions. | John MacFarlane | 1 | -1/+20 |
2011-07-06 | Fixed bug in slidy writer: unclosed div tag. | John MacFarlane | 1 | -1/+1 |
2011-04-16 | Fixed Slidy/S5 output to allow --section-divs. | John MacFarlane | 1 | -30/+27 |
2011-04-16 | Whitespace cleanup. | John MacFarlane | 1 | -45/+44 |
2011-04-16 | Allow --section-divs with slidy output. | John MacFarlane | 1 | -10/+10 |
2011-03-28 | Fixed bug in footnote order in HTML. | John MacFarlane | 1 | -1/+1 |
2011-02-06 | Revert "Use us-ascii charset in HTML template if --ascii option." | John MacFarlane | 1 | -1/+0 |
2011-02-06 | HTML writer: Fixed footnote backrefs in --ascii mode. | John MacFarlane | 1 | -1/+2 |
2011-02-06 | Use us-ascii charset in HTML template if --ascii option. | John MacFarlane | 1 | -0/+1 |
2011-02-06 | Added --ascii option. | John MacFarlane | 1 | -17/+20 |
2011-02-05 | HTML writer: Put line breaks in section divs. | John MacFarlane | 1 | -2/+4 |
2011-02-05 | HTML writer: stringify alt text. | John MacFarlane | 1 | -2/+1 |
2011-02-04 | Improved HTML table output (line breaks). | John MacFarlane | 1 | -9/+17 |
2011-02-04 | More changes to HTML output. | John MacFarlane | 1 | -25/+23 |
2011-02-04 | HTML writer: Spacing adjustments for Plain and RawHtml blocks. | John MacFarlane | 1 | -0/+2 |
2011-02-04 | Improved new HTML format; restored original --no-wrap behavior. | John MacFarlane | 1 | -52/+76 |
2011-02-04 | HTML writer: More normal line breaks. | John MacFarlane | 1 | -25/+29 |
2011-01-29 | HTML writer: avoid doubled <code> tag for highlighted inline code. | John MacFarlane | 1 | -4/+5 |
2011-01-29 | Fixed highlighting for inline code. | John MacFarlane | 1 | -2/+2 |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -5/+12 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -9/+11 |
2011-01-15 | HTML writer: Add ids to <section> tags. | John MacFarlane | 1 | -1/+2 |
2011-01-11 | Improvements to --html5 support: | John MacFarlane | 1 | -13/+36 |
2011-01-11 | Preliminary support for HTML5. | John MacFarlane | 1 | -1/+4 |
2010-12-03 | removed support for textile Inserted construct | Paul Rivier | 1 | -2/+0 |
2010-12-03 | Basic Textile Reader | paul.rivier | 1 | -0/+2 |
2010-10-31 | --mathjax: Use mathjax with raw latex rather than mathml. | John MacFarlane | 1 | -12/+4 |
2010-10-26 | Added support for MathJax for displaying math in HTML. | John MacFarlane | 1 | -2/+15 |
2010-08-01 | gladTeX HTML - specify ENV for display or inline. | John MacFarlane | 1 | -1/+3 |
2010-07-22 | Improved cutUp function, removed extra </div> | John MacFarlane | 1 | -10/+12 |
2010-07-22 | Moved s5 writing from S5 module to HTML. | John MacFarlane | 1 | -6/+4 |
2010-07-22 | Slidy writer: Avoid spurious blank page. | John MacFarlane | 1 | -1/+5 |
2010-07-18 | Slidy writer: create new slide at every level 1 header. | John MacFarlane | 1 | -1/+4 |
2010-07-16 | Use default highlighting CSS rather than embedding CSS in templates. | John MacFarlane | 1 | -2/+3 |
2010-07-15 | Added --section-divs option. | John MacFarlane | 1 | -9/+10 |
2010-07-15 | Added --webtex option for HTML math. | John MacFarlane | 1 | -16/+23 |
2010-07-13 | Improved Slidy writer. | John MacFarlane | 1 | -3/+12 |
2010-07-13 | Added a slidy writer. | John MacFarlane | 1 | -5/+11 |
2010-07-07 | Addendum to the fix to issue #242. | John MacFarlane | 1 | -1/+1 |
2010-06-28 | Add birdtracks to lhs in HTML when compiled wo -fhighlighting. | John MacFarlane | 1 | -1/+4 |
2010-03-23 | Don't escape URIs in HTML writer. | John MacFarlane | 1 | -20/+12 |