mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
13 lines
169 B
HTML
13 lines
169 B
HTML
<div>_content_</div>
|
|
<p>sparse:</p>
|
|
<div>
|
|
<div class="inner">
|
|
_content_
|
|
</div>
|
|
</div>
|
|
<p>paragraph</p>
|
|
<style type="text/css">
|
|
p {
|
|
color: red;
|
|
}
|
|
</style> |