--- title: Markdown-It Conteiners parent: Markdown-It Plugins --- # Markdown-It Container With this plugin you can create block containers like: ```markdown ::: container *here be dragons* ::: ``` .... and specify how they should be rendered. If no renderer defined, `
` with container name class will be created: ```html
here be dragons
``` ## Sample ```markdown --- # Columns Containers **[markdown-it-container](https://github.com/markdown-it/markdown-it-container)** ::: container ## Colum 1 text dadadas text text text text text text text text text text ::: ::: container ## Colum 2 text ::: --- ``` ![alt text](pictures/plugin-container.png) ## References - [markdown-it-container](https://github.com/markdown-it/markdown-it-container)