@t8/docsgen 0.1.79 → 0.1.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bin.js CHANGED
@@ -825,7 +825,7 @@ ${intro || features || note ? `
825
825
  </main>
826
826
  </div>
827
827
 
828
- ${[description, intro, features].some((s) => s.includes("<pre><code ")) ? getInjectedContent(ctx, "index", ":has-code") || defaultCodeStyleContent : ""}
828
+ ${[description, intro, features, note].some((s) => s.includes("<pre><code ")) ? getInjectedContent(ctx, "index", ":has-code") || defaultCodeStyleContent : ""}
829
829
  ${counterContent}
830
830
  ${getInjectedContent(ctx, "index", "body")}
831
831
  </body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.1.79",
3
+ "version": "0.1.80",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
@@ -230,7 +230,7 @@ ${
230
230
  </div>
231
231
 
232
232
  ${
233
- [description, intro, features].some((s) => s.includes("<pre><code "))
233
+ [description, intro, features, note].some((s) => s.includes("<pre><code "))
234
234
  ? getInjectedContent(ctx, "index", ":has-code") || defaultCodeStyleContent
235
235
  : ""
236
236
  }