summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/new/html_comments.html
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/test/new/html_comments.html
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/test/new/html_comments.html')
-rw-r--r--packages/markdown/marked/test/new/html_comments.html57
1 files changed, 0 insertions, 57 deletions
diff --git a/packages/markdown/marked/test/new/html_comments.html b/packages/markdown/marked/test/new/html_comments.html
deleted file mode 100644
index 872b45f6..00000000
--- a/packages/markdown/marked/test/new/html_comments.html
+++ /dev/null
@@ -1,57 +0,0 @@
-<h3 id="example-1">Example 1</h3>
-
-<!-- comment -->
-
-<h3 id="example-2">Example 2</h3>
-
-<!---->
-
-<h3 id="example-3">Example 3</h3>
-
-<!-- -->
-
-<h3 id="example-4">Example 4</h3>
-
-<!-- - -->
-
-<h3 id="example-5">Example 5</h3>
-
-<!-- -- -->
-
-<h3 id="example-6">Example 6</h3>
-
-<!-- --->
-
-<h3 id="example-7">Example 7</h3>
-
-<!----->
-
-<h3 id="example-8">Example 8</h3>
-
-<!------>
-
-<h3 id="example-9">Example 9</h3>
-
-<!-- My favorite operators are > and <!-->
-
-<h3 id="example-10">Example 10</h3>
-
-<!-- multi
-line
-comment
--->
-
-<h3 id="example-11">Example 11</h3>
-
- <!-- indented comment -->
-
-<pre><code>&lt;!-- too much indentation --&gt;
-</code></pre>
-
-<h3 id="example-12">Example 12</h3>
-
-<p>&lt;!--&gt; not a comment --&gt;</p>
-
-<p>&lt;!---&gt; not a comment --&gt;</p>
-
-<!-- <!-- not a comment? --> -->