aboutsummaryrefslogtreecommitdiff
path: root/plugin/markdown
Commit message (Expand)AuthorAge
* escape HTML entities in code parsed from markdown, fixes #2744Hakim El Hattab2020-09-09
* dependency upgradesHakim El Hattab2020-08-19
* fix polyfills, add ie11 supportHakim El Hattab2020-05-26
* update dependenciesHakim El Hattab2020-05-19
* move built plugin files from /dist/plugin/ to /plugin/<name>/Hakim El Hattab2020-05-18
* .esm suffix for module bundle, marked/highlight.js are installed via npmHakim El Hattab2020-05-04
* move markdown example from /plugins to /examplesHakim El Hattab2020-04-27
* add markdown support for code line numbers and line highlights #2371Hakim El Hattab2020-04-27
* remove unused code from md pluginHakim El Hattab2020-04-27
* make plugins work with multiple presentations on same pageHakim El Hattab2020-04-23
* tweak plugin initialization to enable multi-instance pluginsHakim El Hattab2020-04-17
* two js bundles; reveal.js (es6) and reveal.es5.js, add source mapsHakim El Hattab2020-04-17
* add 'plugins' config option, new way of registering es5 pluginsHakim El Hattab2020-04-17
* initialize plugins seriallyHakim El Hattab2020-04-16
* fix code highlighting in markdown decksHakim El Hattab2020-04-16
* convert plugins to ES modules, transpile es5 versions backwards compatibilityHakim El Hattab2020-04-15
* changes to plugin api; registerPlugin only accepts plugin instance, instance ...Hakim El Hattab2020-04-08
* remove code slide from exampleHakim El Hattab2020-03-09
* fix markdown exampleHakim El Hattab2020-03-09
* Markdown: Boolean (data-)attributes will now be added to elements, too.Deniz Bahadir2019-10-23
* switch to monokai as default syntax highlight themeHakim El Hattab2019-03-12
* reveal.js plugin flow now uses promises, refactor markdown plugin to use prom...Hakim El Hattab2019-03-04
* async loading of external markdown, add Reveal.registerPlugin()Hakim El Hattab2019-03-01
* Merge pull request #2305 from reyerstudio/markedHakim El Hattab2019-01-31
|\
| * Upgrade marked to 0.6.0Stéphane Este-Gracias2019-01-20
* | remove classlist polyfill, cross browser support is good enough nowHakim El Hattab2018-10-04
* | remove head.min.js in favor of simple built-in script loaderHakim El Hattab2018-10-04
* | Fix typoFred Rolland2018-10-02
|/
* add inline and external markdown images to example #2039Hakim El Hattab2017-11-23
* alias 'notes:' alias for md speaker note separator #1913Hakim El Hattab2017-06-07
* fix markdown typo, update comment #1780Hakim El Hattab2017-01-31
* Merge branch 'patch-2' of https://github.com/ccqgithub/reveal.js into devHakim El Hattab2017-01-31
|\
| * support complex markdownSeason Chen2016-12-23
* | Enable passing options for parsing Markdown.Benjamin Tan2016-12-08
* | Merge branch 'bug/markdownSetOptions' of https://github.com/snowyu/reveal.js ...Hakim El Hattab2016-06-22
|\ \ | |/ |/|
| * * [bug] the markdown plugin can not render highlight codes for marked.setOpti...Riceball LEE2015-11-11
| * * update marked.js version to 0.3.5Riceball LEE2015-11-10
* | Merge branch 'jetzhliu-patch-1' of https://github.com/jetzhliu/reveal.js into...Hakim El Hattab2016-01-11
|\ \
| * | format note content when creating slideLiu Zhanhong2015-10-19
| |/
* | same code formatHakim El Hattab2016-01-08
* | fixed loadingteawithfruit2015-11-02
|/
* tweaks for #1200Hakim El Hattab2015-07-07
* Merge branch 'master' of https://github.com/bfritscher/reveal.js into devHakim El Hattab2015-07-07
|\
| * handle the </script> end bug inside code markdownBoris Fritscher2015-04-12
* | Merge branch 'patch-1' of https://github.com/drzax/reveal.js into devHakim El Hattab2015-03-25
|\ \
| * | Attribute values should be quotedSimon Elvery2015-03-16
| |/
* | Bumped Marked to v0.3.3Dan Callahan2015-03-16
* | updated md slide separator regex #929Hakim El Hattab2015-03-16
* | add global flag back in for whitespace removal, without it most of the conten...Hakim El Hattab2015-01-22
|/
* code format tweakHakim El Hattab2014-04-06