From 0339933c29dcabef34403092786198c72faac5c3 Mon Sep 17 00:00:00 2001 From: nb5p <2098464+nb5p@users.noreply.github.com> Date: Thu, 28 Mar 2024 00:12:09 +0800 Subject: [PATCH] fix(route/docschina): markdown table in doc (#14989) Co-authored-by: nb5p --- lib/routes/docschina/weekly.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/routes/docschina/weekly.ts b/lib/routes/docschina/weekly.ts index 84369ae44..a34865807 100644 --- a/lib/routes/docschina/weekly.ts +++ b/lib/routes/docschina/weekly.ts @@ -18,8 +18,8 @@ export const route: Route = { maintainers: ['daijinru', 'hestudy'], handler, description: `| javascript | node | react | - | ---------- | ---- | ----- | - | js | node | react |`, + | ---------- | ---- | ----- | + | js | node | react |`, radar: [ { source: ['docschina.org/news/weekly/js/*', 'docschina.org/news/weekly/js', 'docschina.org/'],