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

Refactor into namespaces for PSR-4

This commit is contained in:
Aidan Woods
2018-04-17 14:44:38 +01:00
parent bfaa76d370
commit 88ab68fd0b
138 changed files with 59 additions and 35 deletions

6
tests/data/escaping.html Normal file
View File

@ -0,0 +1,6 @@
<p>escaped *emphasis*.</p>
<p><code>escaped \*emphasis\* in a code span</code></p>
<pre><code>escaped \*emphasis\* in a code block</code></pre>
<p>\ ` * _ { } [ ] ( ) > # + - . !</p>
<p><em>one_two</em> <strong>one_two</strong></p>
<p><em>one*two</em> <strong>one*two</strong></p>