markon 0.7.1

A lightweight Markdown renderer with GitHub styling and Medium-like annotations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "markon",
  "version": "0.7.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": ["markdown", "renderer", "github", "annotation"],
  "author": "kookyleo",
  "license": "Apache-2.0",
  "devDependencies": {
    "eslint": "^9.37.0"
  }
}