diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0e103040..d3c56940 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 8264ef31..eafc3019 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 `