M
M

Marked.js

A full-featured markdown parser and compiler, written in JavaScript. Built for speed.

Cost / License

  • Free
  • Open Source

Platforms

  • Self-Hosted
0likes
0articles

Features

  1.  Support for MarkDown

Marked.js News & Activities

Highlights All activities

Recent activities

Marked.js information

AlternativeTo Category

Development

GitHub repository

  •  37,096 Stars
  •  3,690 Forks
  •  20 Open Issues
  •   Updated  
View on GitHub
Marked.js was added to AlternativeTo by David on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is Marked.js?

Marked is a markdown parser and compiler that's built for speed.

The point of marked was to create a markdown compiler where it was possible to frequently parse huge chunks of markdown without having to worry about caching the compiled output somehow...or blocking for an unnecesarily long time.

marked is very concise and still implements all markdown features. It is also now fully compatible with the client-side.