File: more_attributes.html

package info (click to toggle)
php-league-commonmark 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 8,264 kB
  • sloc: php: 20,396; xml: 1,988; ruby: 45; makefile: 21; javascript: 15
file content (7 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
<p id="par1">Paragraph with a.</p>
<h2 id="header1">Header with attributes</h2>
<h3 id="header2">Header with attributes ###</h3>
<h3>Header no attributes</h3>
<p class="first second third fourth fifth" id="par1">Paragraph with a.</p>
<p id="par2">Paragraph with <em class="chello">emphasis</em></p>
<p id="invalid"><a href="example.com">Invalid</a></p>