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

16.0.0 • 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/lib/marked.umd.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
16.0.0
181,288latest

Version History

VersionDownloads (Last 7 Days)Published
16.0.0
181,288
15.0.12
1,410,599
15.0.11
228,424
15.0.10
41,014
15.0.9
26,761
15.0.8
100,881
15.0.7
237,221
15.0.6
78,310
15.0.5
2,379
15.0.4
16,309
15.0.3
23,004
15.0.2
5,220
15.0.1
8,316
15.0.0
11,310
14.1.4
131,953
14.1.3
21,836
14.1.2
46,017
14.1.1
9,403
14.1.0
5,672
14.0.0
32,782
13.0.3
713,187
13.0.2
17,637
13.0.1
14,004
13.0.0
4,557
12.0.2759,594
12.0.182,441
12.0.0141,965
11.2.058,190
11.1.119,784
11.1.03,206
11.0.13,497
11.0.01,799
10.0.024,502
9.1.6433,079
9.1.56,018
9.1.42,584
9.1.34,404
9.1.216,764
9.1.11,723
9.1.04,107
9.0.328,446
9.0.23,770
9.0.1122
9.0.03,481
8.0.12,622
8.0.0632
7.0.546,075
7.0.4740,068
7.0.3315,910
7.0.2896
7.0.11,955
7.0.0565
6.0.026,496
5.1.2221,478
5.1.19,267
5.1.019,189
5.0.57,054
5.0.4729
5.0.3182
5.0.23,321
5.0.17,020
5.0.01,294
4.3.04,661,831
4.2.12247,153
4.2.1110
4.2.107
4.2.919
4.2.8143
4.2.710
4.2.614
4.2.533,588
4.2.430,056
4.2.356,656
4.2.245,227
4.2.16,121
4.2.04,221
4.1.1118,810
4.1.065,112
4.0.1954,659
4.0.1880,581
4.0.1768,851
4.0.1666,857
4.0.1559,246
4.0.1450,194
4.0.132,776
4.0.12456,215
4.0.1135
4.0.1086,370
4.0.9284
4.0.81,225
4.0.7888
4.0.6649
4.0.5284
4.0.4476
4.0.3136
4.0.225
4.0.11,122
4.0.01,314
3.0.845,480
3.0.72,421
3.0.6116
3.0.513
3.0.413,247
3.0.31,075
3.0.29,025
3.0.138
3.0.01,683
2.1.3467,418
2.1.22,752
2.1.111,409
2.1.0223
2.0.741,034
2.0.63,152
2.0.54,178
2.0.42,324
2.0.345,649
2.0.21,261
2.0.1102,398
2.0.024,198
1.2.9156,717
1.2.83,973
1.2.739,174
1.2.62,297
1.2.523,806
1.2.417,307
1.2.35,699
1.2.28,417
1.2.128
1.1.278
1.2.035,566
1.1.172,513
1.1.026,335
1.0.056,115
0.8.2223,345
0.8.11,764
0.8.095,948
0.7.0507,418
0.6.382,050
0.6.257,165
0.6.16,267
0.6.04,789
0.5.245,232
0.5.16,482
0.5.04,878
0.4.053,414
0.3.19521,447
0.3.181,073
0.3.176,744
0.3.163,661
0.3.15840
0.3.141,488
0.3.13117
0.3.1222,200
0.3.99,043
0.3.76,178
0.3.6157,942
0.3.514,146
0.3.479
0.3.36,003
0.3.22,425
0.3.1670
0.3.0923
0.2.1010,621
0.2.9165
0.2.81,466
0.2.7212
0.2.6168
0.2.5363
0.2.4-114
0.2.419
0.2.321
0.2.2-115
0.2.214
0.2.117
0.2.022
0.1.9212
0.1.817
0.1.718
0.1.621
0.1.520
0.1.418
0.1.320
0.1.216
0.1.121
0.1.020
0.0.920
0.0.862
0.0.718
0.0.621
0.0.521
0.0.418
0.0.321
0.0.221
0.0.133

Package Sidebar

Install

npm i marked

Weekly Downloads

15,658,063

Version

16.0.0

License

MIT

Unpacked Size

409 kB

Total Files

12

Last publish

Collaborators

  • chjj
  • styfle
  • amidknight
  • tonybrix