Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | escape HTML entities in code parsed from markdown, fixes #2744 | Hakim El Hattab | 2020-09-09 |
| | |||
* | dependency upgrades | Hakim El Hattab | 2020-08-19 |
| | |||
* | fix polyfills, add ie11 support | Hakim El Hattab | 2020-05-26 |
| | |||
* | update dependencies | Hakim El Hattab | 2020-05-19 |
| | |||
* | move built plugin files from /dist/plugin/ to /plugin/<name>/ | Hakim El Hattab | 2020-05-18 |
| | |||
* | .esm suffix for module bundle, marked/highlight.js are installed via npm | Hakim El Hattab | 2020-05-04 |
| | |||
* | move markdown example from /plugins to /examples | Hakim El Hattab | 2020-04-27 |
| | |||
* | add markdown support for code line numbers and line highlights #2371 | Hakim El Hattab | 2020-04-27 |
| | |||
* | remove unused code from md plugin | Hakim El Hattab | 2020-04-27 |
| | |||
* | make plugins work with multiple presentations on same page | Hakim El Hattab | 2020-04-23 |
| | |||
* | tweak plugin initialization to enable multi-instance plugins | Hakim El Hattab | 2020-04-17 |
| | |||
* | two js bundles; reveal.js (es6) and reveal.es5.js, add source maps | Hakim El Hattab | 2020-04-17 |
| | |||
* | add 'plugins' config option, new way of registering es5 plugins | Hakim El Hattab | 2020-04-17 |
| | |||
* | initialize plugins serially | Hakim El Hattab | 2020-04-16 |
| | |||
* | fix code highlighting in markdown decks | Hakim El Hattab | 2020-04-16 |
| | |||
* | convert plugins to ES modules, transpile es5 versions backwards compatibility | Hakim El Hattab | 2020-04-15 |
| | |||
* | changes to plugin api; registerPlugin only accepts plugin instance, instance ↵ | Hakim El Hattab | 2020-04-08 |
| | | | | exposes .id | ||
* | remove code slide from example | Hakim El Hattab | 2020-03-09 |
| | |||
* | fix markdown example | Hakim El Hattab | 2020-03-09 |
| | |||
* | Markdown: Boolean (data-)attributes will now be added to elements, too. | Deniz Bahadir | 2019-10-23 |
| | |||
* | switch to monokai as default syntax highlight theme | Hakim El Hattab | 2019-03-12 |
| | |||
* | reveal.js plugin flow now uses promises, refactor markdown plugin to use ↵ | Hakim El Hattab | 2019-03-04 |
| | | | | promises | ||
* | async loading of external markdown, add Reveal.registerPlugin() | Hakim El Hattab | 2019-03-01 |
| | |||
* | Merge pull request #2305 from reyerstudio/marked | Hakim El Hattab | 2019-01-31 |
|\ | | | | | Upgrade marked to 0.6.0 | ||
| * | Upgrade marked to 0.6.0 | Stéphane Este-Gracias | 2019-01-20 |
| | | |||
* | | remove classlist polyfill, cross browser support is good enough now | Hakim El Hattab | 2018-10-04 |
| | | |||
* | | remove head.min.js in favor of simple built-in script loader | Hakim El Hattab | 2018-10-04 |
| | | |||
* | | Fix typo | Fred Rolland | 2018-10-02 |
|/ | |||
* | add inline and external markdown images to example #2039 | Hakim El Hattab | 2017-11-23 |
| | |||
* | alias 'notes:' alias for md speaker note separator #1913 | Hakim El Hattab | 2017-06-07 |
| | |||
* | fix markdown typo, update comment #1780 | Hakim El Hattab | 2017-01-31 |
| | |||
* | Merge branch 'patch-2' of https://github.com/ccqgithub/reveal.js into dev | Hakim El Hattab | 2017-01-31 |
|\ | |||
| * | support complex markdown | Season Chen | 2016-12-23 |
| | | | | | | support <textarea data-template> `some code` </textarea> | ||
* | | Enable passing options for parsing Markdown. | Benjamin Tan | 2016-12-08 |
| | | | | | | | | Closes #1163, #1495. | ||
* | | Merge branch 'bug/markdownSetOptions' of https://github.com/snowyu/reveal.js ↵ | Hakim El Hattab | 2016-06-22 |
|\ \ | |/ |/| | | | into dev | ||
| * | * [bug] the markdown plugin can not render highlight codes for ↵ | Riceball LEE | 2015-11-11 |
| | | | | | | | | marked.setOptions(highlight) | ||
| * | * update marked.js version to 0.3.5 | Riceball LEE | 2015-11-10 |
| | | |||
* | | Merge branch 'jetzhliu-patch-1' of https://github.com/jetzhliu/reveal.js ↵ | Hakim El Hattab | 2016-01-11 |
|\ \ | | | | | | | | | | into dev | ||
| * | | format note content when creating slide | Liu Zhanhong | 2015-10-19 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In html content, marked allow `Inline-Level Grammar` but not `Block-Level Grammar`, so when I write following: ``` note: * a * b * c ``` it become: ```html <p><em> a </em> b</p> <ul> <li>c</li> </ul> ``` unbelievable! | ||
* | | same code format | Hakim El Hattab | 2016-01-08 |
| | | |||
* | | fixed loading | teawithfruit | 2015-11-02 |
|/ | |||
* | tweaks for #1200 | Hakim El Hattab | 2015-07-07 |
| | |||
* | Merge branch 'master' of https://github.com/bfritscher/reveal.js into dev | Hakim El Hattab | 2015-07-07 |
|\ | |||
| * | handle the </script> end bug inside code markdown | Boris Fritscher | 2015-04-12 |
| | | | | | | by changing the tag before html is parsed and restoring it before markdown parsing | ||
* | | Merge branch 'patch-1' of https://github.com/drzax/reveal.js into dev | Hakim El Hattab | 2015-03-25 |
|\ \ | |||
| * | | Attribute values should be quoted | Simon Elvery | 2015-03-16 |
| |/ | |||
* | | Bumped Marked to v0.3.3 | Dan Callahan | 2015-03-16 |
| | | | | | | | | | | | | Compressed with `uglifyjs lib/marked.js --comments="/Copyright/" --mangle --compress` Used Marked v0.3.3 as of chjj/marked@2b5802f258c5e23e48366f2377fbb4c807f47658 | ||
* | | updated md slide separator regex #929 | Hakim El Hattab | 2015-03-16 |
| | | | | | | | | see https://github.com/hakimel/reveal.js/issues/929#issuecomment-80738837 | ||
* | | add global flag back in for whitespace removal, without it most of the ↵ | Hakim El Hattab | 2015-01-22 |
|/ | | | | content in example.html does not work #682 | ||
* | code format tweak | Hakim El Hattab | 2014-04-06 |
| |