File: block-level_html.html

package info (click to toggle)
php-parsedown 1.7.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 692 kB
  • sloc: php: 1,456; makefile: 14
file content (12 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
<div>_content_</div>
<p>paragraph</p>
<div>
  <div class="inner">
    _content_
  </div>
</div>
<style type="text/css">
  p {color: #789;}
</style>
<div>
  <a href="/">home</a></div>