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:
@@ -11,4 +11,8 @@ tilde
|
||||
|
||||
```php
|
||||
echo 'language identifier';
|
||||
```
|
||||
|
||||
```c#
|
||||
echo 'language identifier with non words';
|
||||
```
|
||||
Reference in New Issue
Block a user