Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-11 | Improvements to --html5 support: | John MacFarlane | 1 | -1/+1 | |
+ <nav> for TOC, <figure> for figures, type attribute in <ol>. + Don't add math javascript in html5. + Use style attributes instead of deprecated width, align. + html template: move <title> after <meta>. Note: charset needs to be declared before title. + slidy and s5 templates: move <title> after <meta>. + html template: Added link to html5 shim for IE. + Make --html5 have an effect only for 'html' writer (not s5, slidy, epub). | |||||
2010-07-22 | Added new --offline option for slidy. | John MacFarlane | 1 | -2/+14 | |
Added slidy/slidy.min.{css,js}. | |||||
2010-07-18 | Slidy template: small improvements. | John MacFarlane | 1 | -4/+4 | |
Use gzipped version of script for faster loading. Rearranged cover page. | |||||
2010-07-16 | Use default highlighting CSS rather than embedding CSS in templates. | John MacFarlane | 1 | -19/+2 | |
2010-07-15 | Updated pandoc to use css for highlighting-kate 0.2.7. | John MacFarlane | 1 | -18/+18 | |
Note: Update any custom CSS or templates accordingly. | |||||
2010-07-14 | Slidy template: changed title page format. | John MacFarlane | 1 | -3/+8 | |
2010-07-13 | Added a slidy writer. | John MacFarlane | 1 | -0/+66 | |
Resolves Issue #122. |