1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Update commonmark cache

This commit is contained in:
Aidan Woods 2019-04-10 07:02:52 +01:00
parent 9eb6a02334
commit efcccb3256
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
779 changed files with 1847 additions and 1414 deletions

View File

@ -0,0 +1 @@
<pre><code></code></pre>

View File

@ -0,0 +1,2 @@
```
```

View File

@ -1,2 +1,4 @@
<pre><code>aaa
<pre><code>```
aaa
```
</code></pre>

View File

@ -1,3 +1,3 @@
```
aaa
```
```
aaa
```

View File

@ -1,3 +1,3 @@
```
```
aaa
```

View File

@ -0,0 +1,2 @@
<pre><code>aaa
</code></pre>

View File

@ -0,0 +1,3 @@
```
aaa
```

View File

@ -1,4 +1,3 @@
<p>foo</p>
<pre><code>bar
</code></pre>
<p>baz</p>
<pre><code>aaa
~~~ ~~
</code></pre>

View File

@ -1,5 +1,3 @@
foo
```
bar
```
baz
~~~~~~
aaa
~~~ ~~

View File

@ -1,4 +1,4 @@
<h2>foo</h2>
<p>foo</p>
<pre><code>bar
</code></pre>
<h1>baz</h1>
<p>baz</p>

View File

@ -1,6 +1,5 @@
foo
---
~~~
```
bar
~~~
# baz
```
baz

View File

@ -1,4 +1,4 @@
<pre><code class="language-ruby">def foo(x)
return 3
end
</code></pre>
<h2>foo</h2>
<pre><code>bar
</code></pre>
<h1>baz</h1>

View File

@ -1,5 +1,6 @@
```ruby
def foo(x)
return 3
end
```
foo
---
~~~
bar
~~~
# baz

View File

@ -1,5 +1,5 @@
~~~~ ruby startline=3 $%@#$
```ruby
def foo(x)
return 3
end
~~~~~~~
```

View File

@ -1 +1,4 @@
<pre><code class="language-;"></code></pre>
<pre><code class="language-ruby">def foo(x)
return 3
end
</code></pre>

View File

@ -1,2 +1,5 @@
````;
````
~~~~ ruby startline=3 $%@#$
def foo(x)
return 3
end
~~~~~~~

View File

@ -1,2 +1 @@
<p><code>aa</code>
foo</p>
<pre><code class="language-;"></code></pre>

View File

@ -1,2 +1,2 @@
``` aa ```
foo
````;
````

View File

@ -0,0 +1,2 @@
<p><code>aa</code>
foo</p>

View File

@ -0,0 +1,2 @@
``` aa ```
foo

View File

@ -0,0 +1,2 @@
<pre><code>``` aaa
</code></pre>

View File

@ -0,0 +1,3 @@
```
``` aaa
```

View File

@ -1,8 +1,6 @@
<table>
<tr>
<td>
hi
</td>
</tr>
</table>
<p>okay.</p>
<table><tr><td>
<pre>
**Hello**,
<p><em>world</em>.
</pre></p>
</td></tr></table>

View File

@ -1,9 +1,7 @@
<table>
<tr>
<td>
hi
</td>
</tr>
</table>
<table><tr><td>
<pre>
**Hello**,
okay.
_world_.
</pre>
</td></tr></table>

View File

@ -1,3 +1,8 @@
<div>
*hello*
<foo><a>
<table>
<tr>
<td>
hi
</td>
</tr>
</table>
<p>okay.</p>

View File

@ -1,3 +1,9 @@
<div>
*hello*
<foo><a>
<table>
<tr>
<td>
hi
</td>
</tr>
</table>
okay.

View File

@ -1,2 +1,3 @@
</div>
*foo*
<div>
*hello*
<foo><a>

View File

@ -1,2 +1,3 @@
</div>
*foo*
<div>
*hello*
<foo><a>

View File

@ -1,3 +1,2 @@
<DIV CLASS="foo">
<p><em>Markdown</em></p>
</DIV>
</div>
*foo*

View File

@ -1,5 +1,2 @@
<DIV CLASS="foo">
*Markdown*
</DIV>
</div>
*foo*

View File

@ -0,0 +1,3 @@
<DIV CLASS="foo">
<p><em>Markdown</em></p>
</DIV>

View File

@ -0,0 +1,5 @@
<DIV CLASS="foo">
*Markdown*
</DIV>

View File

@ -0,0 +1,3 @@
<div>
*foo*
<p><em>bar</em></p>

View File

@ -0,0 +1,4 @@
<div>
*foo*
*bar*

View File

@ -1,3 +1 @@
<table><tr><td>
foo
</td></tr></table>
<div><a href="bar">*foo*</a></div>

View File

@ -1,3 +1 @@
<table><tr><td>
foo
</td></tr></table>
<div><a href="bar">*foo*</a></div>

View File

@ -1,4 +1,3 @@
<div></div>
``` c
int x = 33;
```
<table><tr><td>
foo
</td></tr></table>

View File

@ -1,4 +1,3 @@
<div></div>
``` c
int x = 33;
```
<table><tr><td>
foo
</td></tr></table>

View File

@ -0,0 +1,4 @@
<div></div>
``` c
int x = 33;
```

View File

@ -0,0 +1,4 @@
<div></div>
``` c
int x = 33;
```

View File

@ -0,0 +1,3 @@
<Warning>
*bar*
</Warning>

View File

@ -0,0 +1,3 @@
<Warning>
*bar*
</Warning>

View File

@ -1,7 +1 @@
<pre language="haskell"><code>
import Text.HTML.TagSoup
main :: IO ()
main = print $ parseTags tags
</code></pre>
<p>okay</p>
<p><del><em>foo</em></del></p>

View File

@ -1,7 +1 @@
<pre language="haskell"><code>
import Text.HTML.TagSoup
main :: IO ()
main = print $ parseTags tags
</code></pre>
okay
<del>*foo*</del>

View File

@ -1,6 +1,7 @@
<script type="text/javascript">
// JavaScript example
<pre language="haskell"><code>
import Text.HTML.TagSoup
document.getElementById("demo").innerHTML = "Hello JavaScript!";
</script>
main :: IO ()
main = print $ parseTags tags
</code></pre>
<p>okay</p>

View File

@ -1,6 +1,7 @@
<script type="text/javascript">
// JavaScript example
<pre language="haskell"><code>
import Text.HTML.TagSoup
document.getElementById("demo").innerHTML = "Hello JavaScript!";
</script>
main :: IO ()
main = print $ parseTags tags
</code></pre>
okay

View File

@ -1,7 +1,6 @@
<style
type="text/css">
h1 {color:red;}
<script type="text/javascript">
// JavaScript example
p {color:blue;}
</style>
document.getElementById("demo").innerHTML = "Hello JavaScript!";
</script>
<p>okay</p>

View File

@ -1,7 +1,6 @@
<style
type="text/css">
h1 {color:red;}
<script type="text/javascript">
// JavaScript example
p {color:blue;}
</style>
document.getElementById("demo").innerHTML = "Hello JavaScript!";
</script>
okay

View File

@ -1,4 +1,7 @@
<style
type="text/css">
h1 {color:red;}
foo
p {color:blue;}
</style>
<p>okay</p>

View File

@ -1,4 +1,7 @@
<style
type="text/css">
h1 {color:red;}
foo
p {color:blue;}
</style>
okay

View File

@ -0,0 +1,4 @@
<style
type="text/css">
foo

View File

@ -0,0 +1,4 @@
<style
type="text/css">
foo

View File

@ -1,2 +1,2 @@
<!-- foo -->*bar*
<p><em>baz</em></p>
<style>p{color:red;}</style>
<p><em>foo</em></p>

View File

@ -1,2 +1,2 @@
<!-- foo -->*bar*
*baz*
<style>p{color:red;}</style>
*foo*

View File

@ -1,3 +1,2 @@
<script>
foo
</script>1. *bar*
<!-- foo -->*bar*
<p><em>baz</em></p>

View File

@ -1,3 +1,2 @@
<script>
foo
</script>1. *bar*
<!-- foo -->*bar*
*baz*

View File

@ -1,5 +1,3 @@
<!-- Foo
bar
baz -->
<p>okay</p>
<script>
foo
</script>1. *bar*

View File

@ -1,5 +1,3 @@
<!-- Foo
bar
baz -->
okay
<script>
foo
</script>1. *bar*

View File

@ -1,6 +1,5 @@
<?php
<!-- Foo
echo '>';
?>
bar
baz -->
<p>okay</p>

View File

@ -1,6 +1,5 @@
<?php
<!-- Foo
echo '>';
?>
bar
baz -->
okay

View File

@ -1 +1,6 @@
<!DOCTYPE html>
<?php
echo '>';
?>
<p>okay</p>

View File

@ -1 +1,6 @@
<!DOCTYPE html>
<?php
echo '>';
?>
okay

View File

@ -1,13 +1 @@
<![CDATA[
function matchwo(a,b)
{
if (a < b && a < 0) then {
return 1;
} else {
return 0;
}
}
]]>
<p>okay</p>
<!DOCTYPE html>

View File

@ -1,13 +1 @@
<![CDATA[
function matchwo(a,b)
{
if (a < b && a < 0) then {
return 1;
} else {
return 0;
}
}
]]>
okay
<!DOCTYPE html>

View File

@ -1,3 +1,13 @@
<!-- foo -->
<pre><code>&lt;!-- foo --&gt;
</code></pre>
<![CDATA[
function matchwo(a,b)
{
if (a < b && a < 0) then {
return 1;
} else {
return 0;
}
}
]]>
<p>okay</p>

View File

@ -1,3 +1,13 @@
<!-- foo -->
<![CDATA[
function matchwo(a,b)
{
if (a < b && a < 0) then {
return 1;
<!-- foo -->
} else {
return 0;
}
}
]]>
okay

View File

@ -1,3 +1,3 @@
<div>
<pre><code>&lt;div&gt;
<!-- foo -->
<pre><code>&lt;!-- foo --&gt;
</code></pre>

View File

@ -1,3 +1,3 @@
<div>
<!-- foo -->
<div>
<!-- foo -->

View File

@ -1,4 +1,3 @@
<p>Foo</p>
<div>
bar
</div>
<div>
<pre><code>&lt;div&gt;
</code></pre>

View File

@ -1,4 +1,3 @@
Foo
<div>
bar
</div>
<div>
<div>

View File

@ -1,4 +1,4 @@
<p>Foo</p>
<div>
bar
</div>
*foo*
</div>

View File

@ -1,4 +1,4 @@
Foo
<div>
bar
</div>
*foo*
</div>

View File

@ -1,3 +1,4 @@
<p>Foo
<a href="bar">
baz</p>
<div>
bar
</div>
*foo*

View File

@ -1,3 +1,4 @@
Foo
<a href="bar">
baz
<div>
bar
</div>
*foo*

View File

@ -1,3 +1,3 @@
<div>
<p><em>Emphasized</em> text.</p>
</div>
<p>Foo
<a href="bar">
baz</p>

View File

@ -1,5 +1,3 @@
<div>
*Emphasized* text.
</div>
Foo
<a href="bar">
baz

View File

@ -1,3 +1,3 @@
<div>
*Emphasized* text.
<p><em>Emphasized</em> text.</p>
</div>

View File

@ -1,3 +1,5 @@
<div>
*Emphasized* text.
</div>

View File

@ -1,7 +1,3 @@
<table>
<tr>
<td>
Hi
</td>
</tr>
</table>
<div>
*Emphasized* text.
</div>

View File

@ -1,11 +1,3 @@
<table>
<tr>
<td>
Hi
</td>
</tr>
</table>
<div>
*Emphasized* text.
</div>

View File

@ -1,8 +1,7 @@
<table>
<tr>
<pre><code>&lt;td&gt;
Hi
&lt;/td&gt;
</code></pre>
</tr>
<tr>
<td>
Hi
</td>
</tr>
</table>

View File

@ -1,11 +1,11 @@
<table>
<tr>
<tr>
<td>
Hi
</td>
<td>
Hi
</td>
</tr>
</tr>
</table>

View File

@ -0,0 +1,8 @@
<table>
<tr>
<pre><code>&lt;td&gt;
Hi
&lt;/td&gt;
</code></pre>
</tr>
</table>

View File

@ -0,0 +1,11 @@
<table>
<tr>
<td>
Hi
</td>
</tr>
</table>

View File

@ -0,0 +1 @@
<p><a href="/url" title="title">foo</a></p>

View File

@ -0,0 +1,3 @@
[foo]: /url "title"
[foo]

View File

@ -0,0 +1,3 @@
<p>[foo]: /url 'title</p>
<p>with blank line'</p>
<p>[foo]</p>

View File

@ -0,0 +1,5 @@
[foo]: /url 'title
with blank line'
[foo]

View File

@ -0,0 +1,2 @@
<p>[foo]:</p>
<p>[foo]</p>

View File

@ -0,0 +1,3 @@
[foo]:
[foo]

View File

@ -1 +1 @@
<p><a href="/url">Foo</a></p>
<p><a href="url">foo</a></p>

View File

@ -1,3 +1,3 @@
[FOO]: /url
[foo]
[Foo]
[foo]: url

View File

@ -0,0 +1 @@
<p><a href="/url">Foo</a></p>

View File

@ -1 +1,3 @@
[foo]: /url
[FOO]: /url
[Foo]

View File

@ -1 +0,0 @@
<p>[foo]: /url &quot;title&quot; ok</p>

View File

@ -1 +1 @@
[foo]: /url "title" ok
[foo]: /url

View File

@ -1 +1 @@
<p>&quot;title&quot; ok</p>
<p>[foo]: /url &quot;title&quot; ok</p>

View File

@ -1,2 +1 @@
[foo]: /url
"title" ok
[foo]: /url "title" ok

View File

@ -1,3 +1 @@
<pre><code>[foo]: /url &quot;title&quot;
</code></pre>
<p>[foo]</p>
<p>&quot;title&quot; ok</p>

View File

@ -1,3 +1,2 @@
[foo]: /url "title"
[foo]
[foo]: /url
"title" ok

Some files were not shown because too many files have changed in this diff Show More