Skip to content

Commit 9eef405

Browse files
committed
update arcdown
1 parent f74cd7b commit 9eef405

File tree

3 files changed

+52
-42
lines changed

3 files changed

+52
-42
lines changed

app/docs/nav-data.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,6 @@ function parseItems(items, root, activePath) {
262262
return parsedItems
263263
}
264264

265-
export default function(docsRoute, activePath) {
265+
export default function (docsRoute, activePath) {
266266
return parseItems(data, docsRoute, activePath)
267267
}

package-lock.json

+50-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@enhance/arc-plugin-enhance": "^9.1.2",
1919
"@enhance/arc-plugin-styles": "^5.0.0",
2020
"@mux/mux-player": "^1.5.1",
21-
"arcdown": "^2.2.1",
21+
"arcdown": "^2.3.0",
2222
"markdown-it-arc-static-img": "^2.1.0",
2323
"qrcode": "^1.5.1"
2424
},

0 commit comments

Comments
 (0)