File: 141-HTML_blocks.html

package info (click to toggle)
php-parsedown 2.0.0~beta-1-5
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 7,036 kB
  • sloc: php: 4,260; xml: 38; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 79 bytes parent folder | download
1
2
3
4
5
6
7
<style
  type="text/css">
h1 {color:red;}

p {color:blue;}
</style>
<p>okay</p>