From 08624ec245564bdc9d53fe3a19155a74359c95a8 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:34:56 +0800 Subject: [PATCH] fix(ci): format README and align markdown tooling with Prettier (#593) --- .vscode/settings.json | 15 --------------- README.md | 5 ++++- docs/README-zh.md | 5 ++++- package.json | 3 +++ 4 files changed, 11 insertions(+), 17 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f2e76b5..70f0c1f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,21 +2,6 @@ "files.exclude": { "packages/*/node_modules": true }, - "markdownlint.config": { - // Relaxed rules - "default": true, - "whitespace": false, - "line_length": false, - "ul-indent": false, - "no-inline-html": false, - "no-bare-urls": false, - "fenced-code-language": false, - "first-line-h1": false, - "block-spacing": false, - "blanks-around-lists": false, - "ol-prefix": false, - "no-duplicate-heading": false - }, "editor.defaultFormatter": "esbenp.prettier-vscode", "js/ts.tsdk.path": "node_modules/typescript/lib", "typescript.tsdk": "node_modules/typescript/lib", diff --git a/README.md b/README.md index 8c3c6e0..f9b8eca 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,10 @@ The GUI Agent Living in Your Webpage. One script gives any web page its own AI a Fastest way to try PageAgent with our free Demo LLM: ```html - + ``` > **⚠️ For technical evaluation only.** This demo CDN uses our free [testing LLM API](https://alibaba.github.io/page-agent/docs/features/models#free-testing-api). By using it, you agree to its [terms](https://github.com/alibaba/page-agent/blob/main/docs/terms-and-privacy.md). diff --git a/docs/README-zh.md b/docs/README-zh.md index 07a7ddf..b57dc13 100644 --- a/docs/README-zh.md +++ b/docs/README-zh.md @@ -54,7 +54,10 @@ 通过我们免费的 Demo LLM 快速体验 PageAgent: ```html - + ``` > **⚠️ 仅用于技术评估。** 该 Demo CDN 使用了免费的[测试 LLM API](https://alibaba.github.io/page-agent/docs/features/models#free-testing-api),使用即表示您同意其[条款](https://github.com/alibaba/page-agent/blob/main/docs/terms-and-privacy.md)。 diff --git a/package.json b/package.json index ea9bd1f..6ff65ae 100644 --- a/package.json +++ b/package.json @@ -82,6 +82,9 @@ ], "*.css": [ "npx prettier --write --ignore-unknown" + ], + "*.md": [ + "npx prettier --write --ignore-unknown" ] }, "commitlint": {