summaryrefslogtreecommitdiff
path: root/public/js/reveal-markdown.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Linter: Fix all lint errorsPhilip Molares2021-02-151-51/+51
| | | | Signed-off-by: Philip Molares <philip.molares@udo.edu>
* changed the SCRIPT_END_PLACEHOLDER regex to case insensitivePhilip Molares2021-01-141-1/+1
| | | | | | this was suggested by @TobiasHoll in https://github.com/hackmdio/codimd/issues/1648 Signed-off-by: Philip Molares <philip.molares@udo.edu>
* Remove the xss library from webpackSheogorath2018-11-101-2/+2
| | | | | | | | We can load the xss functions directly from the library instead of loading them through the expose loader of webpack, this should simplify the setup and maybe even improve speed a bit. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Fix file permission, remove useless executablePeter Dave Hello2017-12-141-0/+0
|
* Fix blockquote not parse correctly in slide modeWu Cheng-Han2017-10-051-1/+1
|
* Fix speaker note separator regex should only take effect on the line startWu Cheng-Han2017-06-051-1/+1
|
* Use JavaScript Standard Style (part 2)BoHong Li2017-03-091-391/+350
| | | | Fixed all fail on frontend code.
* Fix slide might able to add unsafe attribute on section tag which cause XSS ↵Wu Cheng-Han2016-11-261-1/+4
| | | | [Security Issue]
* Remove uesless executable permission for static filesPeter Dave Hello2016-11-141-0/+0
|
* Revert d85dd19816df7ec74eb3e4dd31b3c4d63c6119aa, which breaks slide preview ↵Wu Cheng-Han2016-08-141-1/+1
| | | | layout
* Update slide rendering to reduce DOM wrap and avoid duplicate rendering slidesWu Cheng-Han2016-07-301-1/+1
|
* Update to make slide mode support all extra syntax and change it's rendering ↵Wu Cheng-Han2016-07-021-20/+8
| | | | engine
* Fixed prevent XSS might break lots of tags and only need after renderedCheng-Han, Wu2016-02-111-0/+405