
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@markdown-ui/marked-ext
Advanced tools
Turn your Markdown parser into a widget factory.
Transform markdown-ui-widget code blocks into interactive components with zero configuration.
Works with any Marked.js setup—just add the extension and widgets come alive.
npm install @markdown-ui/marked-ext marked
import { Marked } from 'marked';
import { markedUiExtension } from '@markdown-ui/marked-ext';
const marked = new Marked();
marked.use(markedUiExtension);
// This markdown...
const markdown = `
\`\`\`markdown-ui-widget
select env [dev staging prod]
\`\`\`
`;
const html = marked.parse(markdown);
// ...becomes interactive widgets!
Write widgets in JSON (traditional) or DSL (60% more concise):
DSL ⚡
text-input username "Username" "Enter username"
button-group env [dev staging prod] dev
select region [us-east-1 us-west-2] us-east-1
form config "Submit"
text-input name "Name"
select env [dev prod]
chart-line
title: Revenue Growth
Month,Sales
Jan,100
Feb,150
JSON 📝
{"type": "text-input", "id": "username", "label": "Username"}
Both work identically—the extension auto-detects the format.
markdown-ui-widget code blocks in your Markdown<markdown-ui-widget> custom elementsPerfect separation—any parser, any renderer, any framework.
Next step: Add a renderer like @markdown-ui/react or @markdown-ui/svelte to see your widgets come alive.
MIT © 2025
FAQs
Marked extension for markdown-ui widgets
The npm package @markdown-ui/marked-ext receives a total of 61 weekly downloads. As such, @markdown-ui/marked-ext popularity was classified as not popular.
We found that @markdown-ui/marked-ext demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.