From 985dedf4232bffa9fc083325e48ab8c81bb575b2 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 16 Mar 2024 00:43:59 +0800 Subject: [PATCH] doc: Update README.md --- core/README.md | 15 +++++++++++---- website/package.json | 4 ++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/core/README.md b/core/README.md index 011e1a8f..f950ca4e 100644 --- a/core/README.md +++ b/core/README.md @@ -45,7 +45,7 @@ const source = ` export default function Demo() { return ( - + ) } ``` @@ -68,6 +68,7 @@ export default function Demo() { return ( { if (node.tagName === "a" && parent && /^h(1|2|3|4|5|6)/.test(parent.tagName)) { parent.children = parent.children.slice(1) @@ -103,6 +104,7 @@ export default function Demo() { return ( { if (node.tagName === "a" && parent && /^h(1|2|3|4|5|6)/.test(parent.tagName)) { parent.children = parent.children.slice(1) @@ -138,6 +140,7 @@ export default function Demo() { return ( { if (node.tagName === "a" && parent && /^h(1|2|3|4|5|6)/.test(parent.tagName)) { parent.children = parent.children.slice(1) @@ -169,7 +172,7 @@ function () { export default function Demo() { return ( - + ); } ``` @@ -199,6 +202,7 @@ export default function Demo() { return ( { if (node.tagName === "a" && parent && /^h(1|2|3|4|5|6)/.test(parent.tagName)) { parent.children = parent.children.slice(1) @@ -228,6 +232,7 @@ export default function Demo() { return ( { if (node.tagName === "a" && parent && /^h(1|2|3|4|5|6)/.test(parent.tagName)) { parent.children = parent.children.slice(1) @@ -271,6 +276,7 @@ export default function Demo() { return ( { if (typeof children === 'string' && /^\$\$(.*)\$\$/.test(children)) { @@ -384,6 +390,7 @@ export default function Demo() { return ( + ) } ``` @@ -638,7 +645,7 @@ const source = `> export default function Demo() { return ( - + ) } ``` diff --git a/website/package.json b/website/package.json index fe4bd429..56cf6961 100644 --- a/website/package.json +++ b/website/package.json @@ -8,7 +8,7 @@ "map": "source-map-explorer build/static/js/*.js --html build/website-result.html" }, "dependencies": { - "@uiw/react-markdown-preview-example": "^2.0.0", + "@uiw/react-markdown-preview-example": "^2.1.3", "@uiw/react-shields": "^2.0.1", "katex": "^0.16.9", "mermaid": "^10.6.1", @@ -21,7 +21,7 @@ "@kkt/less-modules": "^7.4.7", "@kkt/scope-plugin-options": "^7.4.7", "kkt": "^7.4.7", - "markdown-react-code-preview-loader": "^2.1.5", + "markdown-react-code-preview-loader": "^2.1.8", "prettier": "^2.8.4", "pretty-quick": "^3.1.3", "react-test-renderer": "^18.2.0",