summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/docs/README.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-03-06 03:52:12 +0200
committerLauri Ojansivu <x@xet7.org>2020-03-06 03:52:12 +0200
commit2b26bbe78a1a2b8b427963a6c44c3853efdb737e (patch)
tree90a71801d84a4c0a019e072a953299bbc0a2962d /packages/markdown/marked/docs/README.md
parenta6d702d1ab9906898dab4cacec735043e5618fb1 (diff)
downloadwekan-2b26bbe78a1a2b8b427963a6c44c3853efdb737e.tar.gz
wekan-2b26bbe78a1a2b8b427963a6c44c3853efdb737e.tar.bz2
wekan-2b26bbe78a1a2b8b427963a6c44c3853efdb737e.zip
Fix: img tag did not allow width and height.
Removed swipebox from markdown editor img tag and updated marked markdown to newest version. Thanks to hradec and xet7 ! Closes #2956
Diffstat (limited to 'packages/markdown/marked/docs/README.md')
-rw-r--r--packages/markdown/marked/docs/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/markdown/marked/docs/README.md b/packages/markdown/marked/docs/README.md
index 261e4f3b..f5ba9d2b 100644
--- a/packages/markdown/marked/docs/README.md
+++ b/packages/markdown/marked/docs/README.md
@@ -25,7 +25,7 @@ These documentation pages are also rendered using marked 💯
<h2 id="usage">Usage</h2>
-### Warning: 🚨 Marked does not [sanitize](https://marked.js.org/#/USING_ADVANCED.md#options) the output HTML by default 🚨
+### Warning: 🚨 Marked does not [sanitize](https://marked.js.org/#/USING_ADVANCED.md#options) the output HTML. Please use a sanitize library, like [DOMPurify](https://github.com/cure53/DOMPurify) (recommended), [sanitize-html](https://github.com/apostrophecms/sanitize-html) or [insane](https://github.com/bevacqua/insane) on the output HTML! 🚨
**CLI**
@@ -72,8 +72,8 @@ We actively support the features of the following [Markdown flavors](https://git
|Flavor |Version |
|:----------------------------------------------------------|:----------|
|The original markdown.pl |-- |
-|[CommonMark](http://spec.commonmark.org/0.28/) |0.28 |
-|[GitHub Flavored Markdown](https://github.github.com/gfm/) |0.28 |
+|[CommonMark](http://spec.commonmark.org/0.29/) |0.29 |
+|[GitHub Flavored Markdown](https://github.github.com/gfm/) |0.29 |
By supporting the above Markdown flavors, it's possible that Marked can help you use other flavors as well; however, these are not actively supported by the community.