From 6a5bebe44694070e6af803596fb56405878ac2ae Mon Sep 17 00:00:00 2001 From: matv-stripe <55463370+matv-stripe@users.noreply.github.com> Date: Wed, 13 Jul 2022 15:26:01 -0400 Subject: [PATCH] generated via markdoc docs API --- pages/docs/tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).