Custom Containers

Standard Markdown is great for text, but sometimes you need more. docmd extends Markdown with a set of “Containers” to help you structure complex documentation.

Use the syntax ::: container_name to start a block.

Nesting

Thanks to our advanced parser, you can nest these containers inside each other infinitely. See Nested Containers for examples.