add pdftomd

This commit is contained in:
김경종
2026-05-08 16:42:19 +09:00
parent 551ab50735
commit 88d6b92283
99 changed files with 47332 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "convert-pdf-to-md",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"mathjax-checker:health": "node tools/mathjax-checker/check.mjs --health"
},
"dependencies": {
"mathjax": "4.1.2"
}
}