
Product
Introducing Immutable Scans
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.
@humanwhocodes/markdown-it-markua-aside
Advanced tools
Markua-style asides and blurbs for markdown-it
If you find this useful, please consider supporting my work with a donation.
A markdown-it plugin to support Markua-style asides and blurbs, such as:
{aside}Something said to the side.{/aside}
{blurb}Something else you should know.{/blurb}
{blurb, class: warning}
Don't do this!
{/blurb}
A> Something said to the site.
B> Something else you should know.
npm install @humanwhocodes/markdown-it-markua-aside --save
# or
yarn add @humanwhocodes/markdown-it-markua-aside
Import into your project:
// CommonJS
const { asidePlugin } = require("@humanwhocodes/markdown-it-markua-aside");
// ESM
import { asidePlugin } from "@humanwhocodes/markdown-it-markua-aside";
After importing, create a new instance of DataExtractor. The constructor expects one object argument that defines the data schema.
For example:
import MarkdownIt from "markdown-it";
import { asidePlugin } from "@humanwhocodes/markdown-it-markua-aside";
// create a new instance
const md = new MarkdownIt();
// install the plugin
md.use(asidePlugin);
// render your text
const result = md.render("{aside}Hello world!{/aside}");
npm install to setup dependenciesnpm test to run testsApache 2.0
FAQs
Markua-style asides and blurbs for markdown-it
We found that @humanwhocodes/markdown-it-markua-aside demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.