mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Compare commits
2 Commits
v1.8.0-bet
...
1.8.x-beta
Author | SHA1 | Date | |
---|---|---|---|
87b57bf3cb | |||
fe7a50eceb |
@ -17,7 +17,7 @@ class Parsedown
|
||||
{
|
||||
# ~
|
||||
|
||||
const version = '1.8.0-beta-6';
|
||||
const version = '1.8.0-beta-7';
|
||||
|
||||
# ~
|
||||
|
||||
|
@ -15,4 +15,6 @@ still a fenced code block</code></pre>
|
||||
<pre><code>foo
|
||||
|
||||
|
||||
bar</code></pre>
|
||||
bar</code></pre>
|
||||
<pre><code class="language-php"><?php
|
||||
echo "Hello World";</code></pre>
|
@ -35,4 +35,9 @@ foo
|
||||
|
||||
|
||||
bar
|
||||
```
|
||||
|
||||
```php some-class
|
||||
<?php
|
||||
echo "Hello World";
|
||||
```
|
Reference in New Issue
Block a user