diff --git a/pages/docs/Guides/2-Authoring Content.md b/pages/docs/Guides/2-Authoring Content.md index 6e9e50c..7e86ab9 100644 --- a/pages/docs/Guides/2-Authoring Content.md +++ b/pages/docs/Guides/2-Authoring Content.md @@ -101,3 +101,29 @@ Long, single-line code blocks should not wrap. They should horizontally scroll i ```text The final element. ``` + +## Notes + +::: +empty +::: + +:::info +info +::: + +:::tip +tip +::: + +:::important +important +::: + +:::warning +warning +::: + +:::caution +caution +:::