summaryrefslogtreecommitdiff
path: root/public/js/reveal-markdown.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-15Linter: Fix all lint errorsPhilip Molares1-51/+51
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-01-14changed the SCRIPT_END_PLACEHOLDER regex to case insensitivePhilip Molares1-1/+1
this was suggested by @TobiasHoll in https://github.com/hackmdio/codimd/issues/1648 Signed-off-by: Philip Molares <philip.molares@udo.edu>
2018-11-10Remove the xss library from webpackSheogorath1-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>
2017-12-14Fix file permission, remove useless executablePeter Dave Hello1-0/+0
2017-10-05Fix blockquote not parse correctly in slide modeWu Cheng-Han1-1/+1
2017-06-05Fix speaker note separator regex should only take effect on the line startWu Cheng-Han1-1/+1
2017-03-09Use JavaScript Standard Style (part 2)BoHong Li1-391/+350
Fixed all fail on frontend code.
2016-11-26Fix slide might able to add unsafe attribute on section tag which cause XSS ↵Wu Cheng-Han1-1/+4
[Security Issue]
2016-11-14Remove uesless executable permission for static filesPeter Dave Hello1-0/+0
2016-08-14Revert d85dd19816df7ec74eb3e4dd31b3c4d63c6119aa, which breaks slide preview ↵Wu Cheng-Han1-1/+1
layout
2016-07-30Update slide rendering to reduce DOM wrap and avoid duplicate rendering slidesWu Cheng-Han1-1/+1
2016-07-02Update to make slide mode support all extra syntax and change it's rendering ↵Wu Cheng-Han1-20/+8
engine
2016-02-11Fixed prevent XSS might break lots of tags and only need after renderedCheng-Han, Wu1-0/+405