diff options
author | 2021-10-14 08:33:58 -0400 | |
---|---|---|
committer | 2021-10-14 08:33:58 -0400 | |
commit | 4dbad5d5ff164167ae5b61ab6c2e46605fc25b14 (patch) | |
tree | 632fcea58128765cd33489c70b927b4c17a44ca4 /docs/src/pages/guides/markdown-content.md | |
parent | a0becd24b4f44a8ee92533c3baf943e760ee7584 (diff) | |
download | astro-4dbad5d5ff164167ae5b61ab6c2e46605fc25b14.tar.gz astro-4dbad5d5ff164167ae5b61ab6c2e46605fc25b14.tar.zst astro-4dbad5d5ff164167ae5b61ab6c2e46605fc25b14.zip |
Added descriptions to docs pages (#1550)
Diffstat (limited to 'docs/src/pages/guides/markdown-content.md')
-rw-r--r-- | docs/src/pages/guides/markdown-content.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/pages/guides/markdown-content.md b/docs/src/pages/guides/markdown-content.md index 05d59c1ff..aed8edcb7 100644 --- a/docs/src/pages/guides/markdown-content.md +++ b/docs/src/pages/guides/markdown-content.md @@ -1,6 +1,7 @@ --- layout: ~/layouts/MainLayout.astro title: Markdown +description: An intro to Markdown with Astro. --- Astro comes with out-of-the-box Markdown support powered by the expansive [remark](https://remark.js.org/) ecosystem. |