diff options
Diffstat (limited to 'packages/integrations/markdoc/README.md')
-rw-r--r-- | packages/integrations/markdoc/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md index fa506b24a..fd32b8f97 100644 --- a/packages/integrations/markdoc/README.md +++ b/packages/integrations/markdoc/README.md @@ -478,17 +478,17 @@ When using nested tags in Markdoc, it can be helpful to indent the content insid ```md # Welcome to Markdoc with indented tags 👋 + # Note: Can use either spaces or tabs for indentation {% custom-tag %} - {% custom-tag %} - ### Tags can be indented for better readability +{% custom-tag %} ### Tags can be indented for better readability {% another-custom-tag %} This is easier to follow when there is a lot of nesting {% /another-custom-tag %} - {% /custom-tag %} +{% /custom-tag %} {% /custom-tag %} ``` |