canirequire › Dual (CommonJS + ESM) › markdown-it
Is markdown-it ESM-only? Can you require() it?
Markdown-it - modern pluggable markdown parser.
Last verified Sep 9, 2026 against markdown-it@15.0.1. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
markdown-it publishes both a CommonJS entry and a native ESM entry (ESM added in 14.0.0). require("markdown-it") and import "markdown-it" both work on every supported Node.js version and in Bun.
Does markdown-it@15.0.1 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("markdown-it") from a CommonJS file and import "markdown-it" from an ES module.
| Runtime | require("markdown-it") | import "markdown-it" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import markdown-it
ES modules (import)
import markdownIt from "markdown-it";CommonJS (require)
const markdownIt = require("markdown-it");Module format by version
Derived from the type, main and exports fields of every stable release on npm (85 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 14.0.0 – 15.0.1 | Dual (CommonJS + ESM) | Dec 8, 2023 |
| 4.2.2 – 13.0.2 | CommonJS | Jun 9, 2015 |
Frequently asked
Is markdown-it ESM-only?
markdown-it@15.0.1 ships CommonJS and ESM builds. markdown-it publishes both a CommonJS entry and a native ESM entry (ESM added in 14.0.0). require("markdown-it") and import "markdown-it" both work on every supported Node.js version and in Bun.
Can I require markdown-it?
Yes. markdown-it ships a CommonJS entry, so require("markdown-it") works on every Node.js version, alongside the native ESM entry for import.
Does markdown-it work in Bun?
Yes. import "markdown-it" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does markdown-it ship TypeScript types?
Yes. markdown-it bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- reflect-metadata 0.2.2CommonJS
- deep-equal 2.2.3CommonJS
- got 16.0.0ESM-only
- sass 1.104.0Dual
- aggregate-error 5.0.0ESM-only
- js-cookie 3.0.8Dual
- @reduxjs/toolkit 2.12.0Dual
- prismjs 1.30.0CommonJS