mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Allow slashes in HTML attributes
This commit is contained in:
@ -8,4 +8,10 @@ _content_
|
||||
</div>
|
||||
</div>
|
||||
|
||||
paragraph
|
||||
paragraph
|
||||
|
||||
<style type="text/css">
|
||||
p {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user