aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML (Simple).html
blob: efb6763cd1a725dd2c9fced1aa9dbe8701ac4121 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<p>With some attributes:</p>

<div id="test">
    foo
</div>

<div id="test"
     class="nono">
    foo
</div>

<p>Hr's:</p>

<hr class="foo"
    id="bar" >

<p>Details and Summary:</p>

<details>
  <summary>Some details</summary>
  <p>More info about the details.</p>
</details>

<p>Regression:</p>

<pre>
#test
</pre>

<p>Hello</p>
<p>Michael</p>
<p>E.</p>