diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0e1030408..d3c569401 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,13 @@ + + + diff --git a/content/docs/accessibility.md b/content/docs/accessibility.md index 8264ef311..eafc30191 100644 --- a/content/docs/accessibility.md +++ b/content/docs/accessibility.md @@ -75,7 +75,7 @@ function ListItem({ item }) { return ( <>
{item.term}
-
{item.description}
> +
{item.description}
); } @@ -133,7 +133,7 @@ Also use landmark elements and roles, such as `
` and `