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

Properly support fenced code block infostring

Reference: http://spec.commonmark.org/0.28/#info-string
This commit is contained in:
Aidan Woods
2017-08-20 10:28:46 +01:00
parent 728952b90a
commit 4404201175
3 changed files with 9 additions and 4 deletions

View File

@@ -11,4 +11,8 @@ tilde
```php
echo 'language identifier';
```
```c#
echo 'language identifier with non words';
```