vuepress / ecosystem

Official plugins and themes for VuePress2
https://ecosystem.vuejs.press
MIT License
19 stars 25 forks source link

perf: move the `<pre>` extra attribute to `preWrapper` #162

Closed pengzhanbo closed 1 month ago

pengzhanbo commented 1 month ago

Before submitting the PR, please make sure you do the following

What is the purpose of this pull request?

Description

- <div class="language-*">
-   <pre class="shiki nord vp-code" style="background-color:#2e3440ff;color:#d8dee9ff" tabindex="0">

+ <div class="language-*" style="background-color:#2e3440ff;color:#d8dee9ff" tabindex="0">
+   <pre class="shiki nord vp-code">
coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 9268209463

Details


Totals Coverage Status
Change from base Build 9265804820: 0.08%
Covered Lines: 994
Relevant Lines: 1574

💛 - Coveralls