markon 0.4.0

A lightweight Markdown renderer with GitHub styling and Medium-like annotations
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "markon",
  "version": "1.0.0",
  "type": "module",
  "description": "A lightweight Markdown renderer with GitHub styling, written in Rust.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "eslint": "^9.37.0"
  }
}