11 lines
263 B
1
{
2
"$schema": "https://moonlight-mod.github.io/manifest.schema.json",
3
"id": "markdown",
4
"apiLevel": 2,
5
"meta": {
6
"name": "Markdown",
7
"tagline": "A library for adding new markdown rules",
8
"authors": ["Cynosphere"],
9
"tags": ["library"]
10
}
11
}
12