aboutsummaryrefslogtreecommitdiff
path: root/plugin/markdown
Commit message (Expand)AuthorAge
* remove lang prefix from marked.js to fix highlight issueAmit Kotlovski2013-05-02
* minify marked #433Hakim El Hattab2013-05-02
* Replace the ShowDown Markdown engine with markedAmit Kotlovski2013-05-01
* forward all attributes for markdown slides (#413)Hakim El Hattab2013-04-20
* Added support for data-state in section when using external markdown files.Martin Kurtsson2013-04-20
* More verbose error slide (HTTP necessary)Jakub Holy2013-03-24
* Better error reporting for external Markdown files•••1. Show an alert when loading the file throws an exception 2. Whenever the status isn't success (2xx) - upon exception or e.g. "file not found" - replace the section's content with information about the failure (instead of being silent about it and showing a blank slide). We need to inform the user something went wrong, not just be silent about it. An experienced developer, upon seing a blank slide, will likely check the javascript console - but the rest will profit from being told about the problem (and solution) explicitely. Jakub Holy2013-03-24
* Update markdown.js•••Allow HTML tags in external markdown filesynonp2013-03-01
* Merge branch 'patch-1' of https://github.com/asmod3us/reveal.js into devHakim El Hattab2013-02-27
|\
| * Update plugin/markdown/markdown.js•••Use textContent instead of innerHTML to prevent encoding of certain characters in Markdown code blocks.asmod3us2013-02-26
* | merge external markdown support, move example to plugin (#329)Hakim El Hattab2013-02-27
|/
* Slightly refactored "slidify" flowLars Kappert2013-01-30
* Support for external markdown files, including configurable (vertical) slide ...Lars Kappert2013-01-29
* null check for notes in markdown parser (#253)Hakim El Hattab2012-11-16
* avoid stripping out notes when parsing markdown (closes #253)Hakim El Hattab2012-11-16
* update syntax highlight after editing (#210), move markdown and highlight scr...Hakim El Hattab2012-10-28