From 6ba692a3154f5bc60251cc4e6e61780bb6b46756 Mon Sep 17 00:00:00 2001 From: Soul <710790342@qq.com> Date: Sat, 14 Sep 2024 04:24:54 +0800 Subject: [PATCH] fix pre tag overflow the wrap --- template/api-examples.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/template/api-examples.md b/template/api-examples.md index 6bd8bb5c1700..d525dec8201f 100644 --- a/template/api-examples.md +++ b/template/api-examples.md @@ -47,3 +47,12 @@ const { site, theme, page, frontmatter } = useData() ## More Check out the documentation for the [full list of runtime APIs](https://vitepress.dev/reference/runtime-api#usedata). + +