| name | marked |
| description | - ⚡ 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 flav |
marked
- ⚡ 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)
When to Use
- Run
marked commands
- Build web servers or APIs with marked
- Parse data or files
- Build command-line interfaces
When NOT to Use
- GUI or web-based workflows where CLI is not available
- Projects using Python or Rust (different ecosystem)
Quick Start
Install
npm install -g marked
npm install marked
CLI Commands
Project Info
- Language: JavaScript, TypeScript
- License: MIT
- Tests: Yes
File Structure
├── api/
│ └── dingus.js
├── bin/
│ ├── main.js
│ └── marked.js
├── docs/
│ ├── css/
│ ├── demo/
│ ├── img/
│ ├── js/
│ ├── _document.html
│ ├── AUTHORS.md
│ ├── broken.md
│ ├── build.js
│ ├── CODE_OF_CONDUCT.md
│ ├── CONTRIBUTING.md
│ ├── favicon.ico
│ ├── INDEX.md
│ ├── PUBLISHING.md
│ ├── USING_ADVANCED.md
Generated by repo2skill