mirror of
https://github.com/wekan/wekan.git
synced 2026-02-10 18:24:21 +01:00
Include to Wekan packages directory contents, so that meteor command would build all directly.
This also simplifies build scripts. Thanks to xet7 !
This commit is contained in:
parent
6117097a93
commit
73e265d8fd
354 changed files with 36977 additions and 106 deletions
57
packages/markdown/marked/test/new/html_comments.html
Normal file
57
packages/markdown/marked/test/new/html_comments.html
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
<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><!-- too much indentation -->
|
||||
</code></pre>
|
||||
|
||||
<h3 id="example-12">Example 12</h3>
|
||||
|
||||
<p><!--> not a comment --></p>
|
||||
|
||||
<p><!---> not a comment --></p>
|
||||
|
||||
<!-- <!-- not a comment? --> -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue