mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
simplify folder name
This commit is contained in:
parent
83d3e3dbbf
commit
37416b5f07
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
<phpunit bootstrap="test/bootstrap.php" colors="true">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite>
|
<testsuite>
|
||||||
<file>tests/Test.php</file>
|
<file>test/Test.php</file>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
</phpunit>
|
</phpunit>
|
@ -1,8 +1,8 @@
|
|||||||
<h1>h1</h1>
|
<h1>h1</h1>
|
||||||
<h2>h2</h2>
|
<h2>h2</h2>
|
||||||
<h3>h3</h3>
|
<h3>h3</h3>
|
||||||
<h4>h4</h4>
|
<h4>h4</h4>
|
||||||
<h5>h5</h5>
|
<h5>h5</h5>
|
||||||
<h6>h6</h6>
|
<h6>h6</h6>
|
||||||
<h1>closed h1</h1>
|
<h1>closed h1</h1>
|
||||||
<p>#</p>
|
<p>#</p>
|
@ -1,15 +1,15 @@
|
|||||||
# h1
|
# h1
|
||||||
|
|
||||||
## h2
|
## h2
|
||||||
|
|
||||||
### h3
|
### h3
|
||||||
|
|
||||||
#### h4
|
#### h4
|
||||||
|
|
||||||
##### h5
|
##### h5
|
||||||
|
|
||||||
###### h6
|
###### h6
|
||||||
|
|
||||||
# closed h1 #
|
# closed h1 #
|
||||||
|
|
||||||
#
|
#
|
@ -1,8 +1,8 @@
|
|||||||
<pre><code><?php
|
<pre><code><?php
|
||||||
|
|
||||||
$message = 'Hello World!';
|
$message = 'Hello World!';
|
||||||
echo $message;</code></pre>
|
echo $message;</code></pre>
|
||||||
<hr />
|
<hr />
|
||||||
<pre><code>> not a quote
|
<pre><code>> not a quote
|
||||||
- not a list item
|
- not a list item
|
||||||
[not a reference]: http://foo.com</code></pre>
|
[not a reference]: http://foo.com</code></pre>
|
@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$message = 'Hello World!';
|
$message = 'Hello World!';
|
||||||
echo $message;
|
echo $message;
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
> not a quote
|
> not a quote
|
||||||
- not a list item
|
- not a list item
|
||||||
[not a reference]: http://foo.com
|
[not a reference]: http://foo.com
|
@ -1,8 +1,8 @@
|
|||||||
<p><em>underscore</em>, <em>asterisk</em>, <em>one two</em>, <em>three four</em>, <em>a</em>, <em>b</em></p>
|
<p><em>underscore</em>, <em>asterisk</em>, <em>one two</em>, <em>three four</em>, <em>a</em>, <em>b</em></p>
|
||||||
<p><strong>strong</strong> and <em>em</em> and <strong>strong</strong> and <em>em</em></p>
|
<p><strong>strong</strong> and <em>em</em> and <strong>strong</strong> and <em>em</em></p>
|
||||||
<p><em>line
|
<p><em>line
|
||||||
line
|
line
|
||||||
line</em></p>
|
line</em></p>
|
||||||
<p>this_is_not_an_emphasis</p>
|
<p>this_is_not_an_emphasis</p>
|
||||||
<p>an empty emphasis __ ** is not an emphasis</p>
|
<p>an empty emphasis __ ** is not an emphasis</p>
|
||||||
<p>*mixed *<em>double and</em> single asterisk** spans</p>
|
<p>*mixed *<em>double and</em> single asterisk** spans</p>
|
@ -1,13 +1,13 @@
|
|||||||
_underscore_, *asterisk*, _one two_, *three four*, _a_, *b*
|
_underscore_, *asterisk*, _one two_, *three four*, _a_, *b*
|
||||||
|
|
||||||
**strong** and *em* and **strong** and *em*
|
**strong** and *em* and **strong** and *em*
|
||||||
|
|
||||||
_line
|
_line
|
||||||
line
|
line
|
||||||
line_
|
line_
|
||||||
|
|
||||||
this_is_not_an_emphasis
|
this_is_not_an_emphasis
|
||||||
|
|
||||||
an empty emphasis __ ** is not an emphasis
|
an empty emphasis __ ** is not an emphasis
|
||||||
|
|
||||||
*mixed **double and* single asterisk** spans
|
*mixed **double and* single asterisk** spans
|
@ -1,5 +1,5 @@
|
|||||||
<hr />
|
<hr />
|
||||||
<hr />
|
<hr />
|
||||||
<hr />
|
<hr />
|
||||||
<hr />
|
<hr />
|
||||||
<hr />
|
<hr />
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- - -
|
- - -
|
||||||
|
|
||||||
- - -
|
- - -
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
___
|
___
|
@ -1,2 +1,2 @@
|
|||||||
<p>line<br />
|
<p>line<br />
|
||||||
line</p>
|
line</p>
|
@ -1,2 +1,2 @@
|
|||||||
line
|
line
|
||||||
line
|
line
|
@ -1,5 +1,5 @@
|
|||||||
<h1>h1</h1>
|
<h1>h1</h1>
|
||||||
<h2>h2</h2>
|
<h2>h2</h2>
|
||||||
<h2>single character</h2>
|
<h2>single character</h2>
|
||||||
<p>not a header</p>
|
<p>not a header</p>
|
||||||
<hr />
|
<hr />
|
@ -1,12 +1,12 @@
|
|||||||
h1
|
h1
|
||||||
==
|
==
|
||||||
|
|
||||||
h2
|
h2
|
||||||
--
|
--
|
||||||
|
|
||||||
single character
|
single character
|
||||||
-
|
-
|
||||||
|
|
||||||
not a header
|
not a header
|
||||||
|
|
||||||
------------
|
------------
|
@ -1,6 +1,6 @@
|
|||||||
<p>AT&T has an ampersand in their name</p>
|
<p>AT&T has an ampersand in their name</p>
|
||||||
<p>this & that</p>
|
<p>this & that</p>
|
||||||
<p>4 < 5 and 6 > 5</p>
|
<p>4 < 5 and 6 > 5</p>
|
||||||
<p><a href="http://example.com/autolink?a=1&b=2">http://example.com/autolink?a=1&b=2</a></p>
|
<p><a href="http://example.com/autolink?a=1&b=2">http://example.com/autolink?a=1&b=2</a></p>
|
||||||
<p><a href="/script?a=1&b=2">inline link</a></p>
|
<p><a href="/script?a=1&b=2">inline link</a></p>
|
||||||
<p><a href="http://example.com/?a=1&b=2">reference link</a></p>
|
<p><a href="http://example.com/?a=1&b=2">reference link</a></p>
|
@ -1,13 +1,13 @@
|
|||||||
AT&T has an ampersand in their name
|
AT&T has an ampersand in their name
|
||||||
|
|
||||||
this & that
|
this & that
|
||||||
|
|
||||||
4 < 5 and 6 > 5
|
4 < 5 and 6 > 5
|
||||||
|
|
||||||
<http://example.com/autolink?a=1&b=2>
|
<http://example.com/autolink?a=1&b=2>
|
||||||
|
|
||||||
[inline link](/script?a=1&b=2)
|
[inline link](/script?a=1&b=2)
|
||||||
|
|
||||||
[reference link][1]
|
[reference link][1]
|
||||||
|
|
||||||
[1]: http://example.com/?a=1&b=2
|
[1]: http://example.com/?a=1&b=2
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user