Part-DB.Part-DB-server/public/ckeditor/plugins/markdown
Jan Böhmer be8f074ca5 Render markdown on the client side and use DOMPurify to prevent XSS.,
The parsedown parser has problems with links in <>, so we use marked.js now which is more conform with (GFM) CommonMark and offers more feautures. Also with the usage of DOMPurify you can now use every HTML tag in Markdown without need to worry about XSS.
2019-10-12 17:41:13 +02:00
..
dev Use markdown inside CKEditors. 2019-10-11 19:01:07 +02:00
js Render markdown on the client side and use DOMPurify to prevent XSS., 2019-10-12 17:41:13 +02:00
samples Use markdown inside CKEditors. 2019-10-11 19:01:07 +02:00
plugin.js Render markdown on the client side and use DOMPurify to prevent XSS., 2019-10-12 17:41:13 +02:00