All headings within content pages have anchors. The site is currently only using h1
-h4
.
Here’s some example text with h1
.
Here’s some example text with h2
.
Here’s some example text with h3
.
Here’s some example text with h4
.
Here’s an example of a blockquote. — Dana Byerly
All images within content use figure and picture elements.
Here’s an example of paragraph text that is long enough to show line-height. Here is an example of a link that goes back to the homepage. And here is an example of bold text.
Here’s an example of mentioning code, like <figure>
or display: flex
within paragraph text.
/* CSS */
.wrapper-content {
max-width: 45rem;
margin: 0 auto;
}
<!-- HTML -->
<h2 class="promo-article-title">
<a href="{{ item.url }}">{{ item.data.title }}</a>
</h2>
// JavaScript
config.addFilter("sortByNewest", arr => {
arr.sort((b, a) => (a.date) > (b.date) ? 1 : -1);
return arr;
});
Here’s a list of some of the types of plants in my apartment.
Here’s a list of some of the types of plants in my apartment.
Crime Drama | Country of Origin | Number of Seasons |
---|---|---|
Line of Duty | United Kingdom | 6 |
Sorjonen (Bordertown) | Finland | 3 |
Innan vi Dör (Before We Die) | Sweden | 2 |
Karppi (Dead Wind) | Finland | 2 |
Unforgotten | United Kingdom | 4 |