File: more_attributes.html

package info (click to toggle)
php-league-commonmark 1.5.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,284 kB
  • sloc: php: 16,992; makefile: 24; ruby: 21; javascript: 15; sh: 9
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>