686 B
Executable File
686 B
Executable File
title, nav_order, has_children, created, updated
| title | nav_order | has_children | created | updated |
|---|---|---|---|---|
| Markdown-It Plugins | 4 | true | 2025-09-09T19:23 | 2025-09-22T13:27 |
Markdown-It
Markdown-it is a powerful and flexible Markdown parser that allows you to convert Markdown syntax into HTML. It’s widely used for rendering Markdown content on websites, blogs, and documentation.
Markdown-it Plugins
Markdown-it supports community-written plugins. The Plugins can be loaded like this:
const md = markdownit
.use(plugin1)
.use(plugin2, opts, ...)
.use(plugin3);