Skip to content

Commit

Permalink
chore(compliance): katex, micromark
Browse files Browse the repository at this point in the history
Signed-off-by: Infi <[email protected]>
  • Loading branch information
infi committed Jan 1, 2025
1 parent 628d17d commit 0cd2bc1
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions compliance/libraries/katex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"uniqueId": "org.katex:katex:0.0.0",
"developers": [
{
"name": "Khan Academy",
"organisationUrl": "https://www.khanacademy.org/"
},
{
"name": "The Katex Team",
"organisationUrl": "https://katex.org/"
}
],
"artifactVersion": "0.0.0",
"description": "KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.",
"name": "KaTeX",
"website": "https://katex.org/",
"licenses": [
"MIT"
]
}
20 changes: 20 additions & 0 deletions compliance/libraries/micromark.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"uniqueId": "com.unifiedjs.micromark:micromark:0.0.0",
"developers": [
{
"name": "Unified",
"organisationUrl": "https://unifiedjs.com/"
},
{
"name": "The micromark Contributors",
"organisationUrl": "https://github.com/micromark/micromark/graphs/contributors"
}
],
"artifactVersion": "0.0.0",
"description": "small, safe, and great commonmark (optionally gfm) compliant markdown parser",
"name": "micromark",
"website": "https://github.com/micromark/micromark",
"licenses": [
"MIT"
]
}

0 comments on commit 0cd2bc1

Please sign in to comment.