From 906f91f8eed5e91a7afae95c7002a3e4553d6aae Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 13 Jul 2023 07:19:35 +0000
Subject: [PATCH] base path refactor, more docs
---
package.json | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index e045d2d..9d6ae92 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,8 @@
"url": "https://github.com/jackyzha0/quartz.git"
},
"scripts": {
- "typecheck": "tsc --noEmit"
+ "typecheck": "tsc --noEmit",
+ "test": "tsx ./quartz/path.test.ts"
},
"keywords": [
"site generator",
@@ -51,7 +52,8 @@
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-katex": "^6.0.3",
- "rehype-pretty-code": "^0.9.6",
+ "rehype-mathjax": "^4.0.2",
+ "rehype-pretty-code": "^0.10.0",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark": "^14.0.2",
@@ -82,6 +84,7 @@
"@types/workerpool": "^6.4.0",
"@types/yargs": "^17.0.24",
"esbuild": "^0.18.11",
+ "tsx": "^3.12.7",
"typescript": "^5.0.4"
}
}
--
Gitblit v1.10.0