Commit Graph
5 Commits
Author SHA1 Message Date
zeripathandGitHub 04196b7658 Update to bluemonday-1.0.6 (#15294)
Signed-off-by: Andrew Thornton <[email protected]>
2021-04-05 17:38:31 -04:00
41e8b834af Markdown task list improvements (#13952)
* Markdown task list improvements

- Remove `.ui` class and wrappers to prevent fomantic from messing with it.
- Change rendered HTML to match GitHub.
- Add custom styling for the checkboxes.

* fix unittest

Co-authored-by: Lauris BH <[email protected]>
Co-authored-by: techknowlogick <[email protected]>
2020-12-13 09:05:50 +08:00
zeripathandGitHub ce66ca7f9f Restore checkbox rendering and prevent poor sanitization of spans (#11277)
* Add test

Signed-off-by: Andrew Thornton <[email protected]>

* Restore checkbox rendering and prevent poor sanitization of spans

Signed-off-by: Andrew Thornton <[email protected]>

* Also fix preview context

Signed-off-by: Andrew Thornton <[email protected]>

* Also fix preview context

Signed-off-by: Andrew Thornton <[email protected]>
2020-05-03 17:17:24 -03:00
John Olheiserandtechknowlogick 9a33adcdd3 Allow kbd tags (#9245)
* Allow kbd tags

Signed-off-by: jolheiser <[email protected]>

* Add test

Signed-off-by: jolheiser <[email protected]>
2019-12-03 14:02:41 -05:00
Lunny XiaoandLauris BH 52e11b24bf Restructure markup & markdown to prepare for multiple markup language… (#2411)
* restructure markup & markdown to prepare for multiple markup languages support

* adjust some functions between markdown and markup

* fix tests

* improve the comments
2017-09-16 20:17:57 +03:00