ulivz / vt

🖼️ A "Post-VuePress Era" Documentation Theme (Deprecation Warning: For a next-gen SSG, please check out Rspress.)

Home Page:https://vt.insx.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: code highlighting is hard to read

hardfist opened this issue · comments

```sh{4}
  asset-demo
  |- package.json
  |- package-lock.json
  |- speedy.config.ts
  |- /dist
    |- bundle.js
    |- index.html
  |- /src
+   |- style.css
    |- index.js
  |- /node_modules
```

generates

image