OLD | NEW |
1 title=Content | 1 title=Content |
| 2 description=Default styles for a subset of HTML5 elements that are supported by
Markdown and recommended for website content and styleguide coverage |
2 | 3 |
3 <h1>Content</h1> | 4 <h1>Content</h1> |
4 <p>Default styles for a subset of HTML5 elements that are supported by Markdown
and recommended for website content and styleguide coverage.</p> | 5 <p>Default styles for a subset of HTML5 elements that are supported by Markdown
and recommended for website content and styleguide coverage.</p> |
5 | 6 |
6 <ol> | 7 <ol> |
7 <li><a href="#headings">Headings</a></li> | 8 <li><a href="#headings">Headings</a></li> |
8 <li><a href="#body-content">Body content</a></li> | 9 <li><a href="#body-content">Body content</a></li> |
9 <li><a href="#lists">Lists</a></li> | 10 <li><a href="#lists">Lists</a></li> |
10 <li><a href="#images">Images</a></li> | 11 <li><a href="#images">Images</a></li> |
11 </ol> | 12 </ol> |
(...skipping 16 matching lines...) Expand all Loading... |
28 <? include styleguide/lists/description ?> | 29 <? include styleguide/lists/description ?> |
29 | 30 |
30 <h2 id="images">Images</h2> | 31 <h2 id="images">Images</h2> |
31 <p> | 32 <p> |
32 <img src="//placehold.it/480x240?text=Fixed width" /> | 33 <img src="//placehold.it/480x240?text=Fixed width" /> |
33 </p> | 34 </p> |
34 <p> | 35 <p> |
35 <img class="full-width" src="//placehold.it/960x240?text=Full width" /> | 36 <img class="full-width" src="//placehold.it/960x240?text=Full width" /> |
36 </p> | 37 </p> |
37 | 38 |
OLD | NEW |