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

Add test case to make sure issue 232 no longer exists

This commit is contained in:
Hari KT
2018-02-28 23:25:38 +05:30
parent e941dcc3f0
commit e2f3961f80
2 changed files with 12 additions and 1 deletions

View File

@@ -15,4 +15,11 @@ echo 'language identifier';
```c#
echo 'language identifier with non words';
```
```html+php
<?php
echo "Hello World";
?>
<a href="http://auraphp.com" >Aura Project</a>
```