nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3.13k stars 627 forks source link

document correction request: Markdown#nesting #2517

Closed ssshhhooota closed 9 months ago

ssshhhooota commented 9 months ago

Hello,

Please make corrections to the following document. https://content.nuxt.com/usage/markdown#nesting

There was an error where three colons were used instead of the correct two. Upon reviewing the code, it seems that two colons should be sufficient. Please make the necessary corrections.

https://github.com/nuxt/content/blob/d56f28222ffac3127d8ad3536fec7fb999dcac95/docs/content/2.usage/2.markdown.md?plain=1#L192-L211

Thank you.

nobkd commented 9 months ago

That is an example that you can use more colons as a visual reminder, to be sure, that you closed all the MDC tags / to see which nesting group you are in.

The callout in exactly the same section states that:

You can add more :::: when nesting components as a visual reminder.

ssshhhooota commented 9 months ago

Thank you for the comment. I feel a discrepancy where in the implementation there are two colons, while in the documentation there are three colons. It's causing some discomfort.