Files
StudyDiary/08-Inbox/marp/docs/32.Markdown-it-Conteiners.md
2026-07-23 20:36:13 +08:00

884 B
Executable File

title, parent, created, updated
title parent created updated
Markdown-It Conteiners Markdown-It Plugins 2025-09-09T19:23 2025-09-22T13:27

Markdown-It Container

With this plugin you can create block containers like:

::: container
*here be dragons*
:::

.... and specify how they should be rendered. If no renderer defined, <div> with container name class will be created:

<div class="container">
<em>here be dragons</em>
</div>

Sample

---

<!-- _class: box-flex -->
# 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

References