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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
<h1>H1 Setext style heading</h1>
<p>This is a paragraph of text. This is a paragraph
of text. This is a paragraph of text. This is a<br/>
paragraph of text.</p>
<h2>H2 Setext style heading</h2>
<p>This is a paragraph of text. This is a paragraph
of text. This is a paragraph of text. This is a
paragraph of text.</p>
<h1>H1 Atx style heading</h1>
<p>This is a paragraph of text. This is a paragraph
of text. This is a paragraph of text. This is a
paragraph of text.</p>
<h2>H2 Atx style heading</h2>
<p>This is a paragraph of text. This is a paragraph
of text. This is a paragraph of text. This is a
paragraph of text.</p>
<h3>H3 Atx style heading</h3>
<p>This is a paragraph of text. This is a paragraph
of text. This is a paragraph of text. This is a
paragraph of text.</p>
<h4>H4 Atx style heading</h4>
<p>This is a paragraph of text. This is a paragraph
of text. This is a paragraph of text. This is a
paragraph of text.</p>
<h5>H5 Atx style heading</h5>
<p>This is a paragraph of text. This is a paragraph
of text. This is a paragraph of text. This is a
paragraph of text.</p>
<h6>H6 Atx style heading</h6>
<p>This is a paragraph of text. This is a paragraph
of text. This is a paragraph of text. This is a
paragraph of text.</p>
<hr/>
<p>This is a paragraph of text. This is a paragraph
of text. This is a paragraph of text. This is a
paragraph of text.</p>
<hr/>
<p>This is a paragraph of text. This is a paragraph
of text. This is a paragraph of text. This is a
paragraph of text.</p>
<hr/>
<p>This is a paragraph of text. This is a paragraph
of text. This is a paragraph of text. This is a
paragraph of text.</p>
|