marked
TypeScript icon, indicating that this package has built-in type declarations

15.0.11 • Public • Published

Marked

npm install size downloads github actions snyk

  • ⚡ built for speed
  • ⬇️ low-level compiler for parsing markdown without caching or blocking for long periods of time
  • ⚖️ light-weight while implementing all markdown features from the supported flavors & specifications
  • 🌐 works in a browser, on a server, or from a command line interface (CLI)

Demo

Checkout the demo page to see marked in action ⛹️

Docs

Our documentation pages are also rendered using marked 💯

Also read about:

Compatibility

Node.js: Only current and LTS Node.js versions are supported. End of life Node.js versions may become incompatible with Marked at any point in time.

Browser: Not IE11 :)

Installation

CLI:

npm install -g marked

In-browser:

npm install marked

Usage

Warning: 🚨 Marked does not sanitize the output HTML. Please use a sanitize library, like DOMPurify (recommended), sanitize-html or insane on the output HTML! 🚨

DOMPurify.sanitize(marked.parse(`<img src="x" onerror="alert('not happening')">`));

CLI

# Example with stdin input
$ marked -o hello.html
hello world
^D
$ cat hello.html
<p>hello world</p>
# Print all options
$ marked --help

Browser

<!doctype html>
<html>
<head>
  <meta charset="utf-8"/>
  <title>Marked in the browser</title>
</head>
<body>
  <div id="content"></div>
  <script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
  <script>
    document.getElementById('content').innerHTML =
      marked.parse('# Marked in the browser\n\nRendered by **marked**.');
  </script>
</body>
</html>

or import esm module

<script type="module">
  import { marked } from "https://cdn.jsdelivr.net/npm/marked/lib/marked.esm.js";
  document.getElementById('content').innerHTML =
    marked.parse('# Marked in the browser\n\nRendered by **marked**.');
</script>

License

Copyright (c) 2011-2022, Christopher Jeffrey. (MIT License)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
15.0.11
86,828latest

Version History

VersionDownloads (Last 7 Days)Published
15.0.11
86,828
15.0.10
67,969
15.0.9
133,163
15.0.8
297,857
15.0.7
363,872
15.0.6
129,856
15.0.5
4,502
15.0.4
23,938
15.0.3
24,294
15.0.2
8,870
15.0.1
7,441
15.0.0
11,165
14.1.4
112,209
14.1.3
27,180
14.1.2
72,321
14.1.1
9,637
14.1.0
9,390
14.0.0
32,616
13.0.3
729,204
13.0.2
19,624
13.0.1
12,306
13.0.0
4,463
12.0.21,017,123
12.0.181,831
12.0.0186,662
11.2.058,211
11.1.114,486
11.1.03,339
11.0.14,857
11.0.02,025
10.0.026,404
9.1.6351,379
9.1.56,796
9.1.42,229
9.1.3672
9.1.219,053
9.1.11,059
9.1.02,813
9.0.328,039
9.0.23,778
9.0.1129
9.0.02,542
8.0.13,370
8.0.0601
7.0.552,256
7.0.4523,057
7.0.3287,223
7.0.2961
7.0.1277
7.0.0683
6.0.034,085
5.1.2176,916
5.1.16,589
5.1.015,931
5.0.511,117
5.0.4451
5.0.3670
5.0.23,421
5.0.1781
5.0.05,966
4.3.04,195,990
4.2.12244,598
4.2.1122
4.2.1010
4.2.920
4.2.844
4.2.711
4.2.67
4.2.539,950
4.2.428,142
4.2.333,455
4.2.225,579
4.2.19,428
4.2.0892
4.1.168,333
4.1.041,721
4.0.1927,048
4.0.1855,521
4.0.1748,556
4.0.1638,135
4.0.1549,189
4.0.1435,607
4.0.132,622
4.0.12362,464
4.0.11111
4.0.1083,465
4.0.91,034
4.0.8639
4.0.7144
4.0.6618
4.0.5200
4.0.493
4.0.3163
4.0.2286
4.0.12,696
4.0.01,328
3.0.835,545
3.0.71,526
3.0.634
3.0.58
3.0.42,575
3.0.3134
3.0.25,268
3.0.136
3.0.02,044
2.1.3360,730
2.1.22,278
2.1.12,164
2.1.0153
2.0.735,310
2.0.61,105
2.0.52,233
2.0.4709
2.0.325,031
2.0.221
2.0.150,032
2.0.017,634
1.2.9148,968
1.2.83,517
1.2.760,601
1.2.6503
1.2.514,717
1.2.46,192
1.2.32,926
1.2.24,015
1.2.116
1.1.263
1.2.011,433
1.1.137,679
1.1.021,034
1.0.033,742
0.8.2111,746
0.8.1829
0.8.073,586
0.7.0336,077
0.6.357,220
0.6.231,072
0.6.113,962
0.6.01,893
0.5.221,238
0.5.11,964
0.5.01,080
0.4.048,030
0.3.19326,263
0.3.18332
0.3.171,233
0.3.161,004
0.3.15173
0.3.14120
0.3.1312
0.3.124,816
0.3.91,640
0.3.71,730
0.3.648,070
0.3.54,146
0.3.485
0.3.3552
0.3.23,307
0.3.11,414
0.3.0403
0.2.109,353
0.2.9107
0.2.81,077
0.2.7120
0.2.612
0.2.5250
0.2.4-110
0.2.413
0.2.312
0.2.2-111
0.2.28
0.2.110
0.2.09
0.1.9165
0.1.89
0.1.728
0.1.614
0.1.511
0.1.49
0.1.36
0.1.27
0.1.19
0.1.05
0.0.911
0.0.89
0.0.76
0.0.66
0.0.512
0.0.411
0.0.315
0.0.28
0.0.110

Package Sidebar

Install

npm i marked

Weekly Downloads

10,870,413

Version

15.0.11

License

MIT

Unpacked Size

969 kB

Total Files

16

Last publish

Collaborators

  • chjj
  • styfle
  • amidknight
  • tonybrix