diff --git a/pages/docs/tags.md b/pages/docs/tags.md index 69e715ec..f62c0e95 100644 --- a/pages/docs/tags.md +++ b/pages/docs/tags.md @@ -5,7 +5,7 @@ description: Use tags to extend Markdown. With tags you can use native Markdoc c # {% $markdoc.frontmatter.title %} -Tags are a syntactic extension of standard Markdown. You can use native Markdoc tags, like [tables](#table), [conditionals](#if/else), and [partials](#partial), or create custom React components. +Tags are a syntactic extension of standard [Markdown](https://www.markdownguide.org/). You can use native Markdoc tags, like [tables](#table), [conditionals](#if/else), and [partials](#partial), or create custom React components. Similar to React components and HTML elements, tags are composable, and you can customize them with [attributes](/docs/attributes).