@anyblock/remark-any-block 1.0.0-beta12 → 1.0.0-beta13
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/anyblock.ts +1 -1
- package/dist/remark-any-block.cjs +1017 -2558
- package/dist/remark-any-block.js +1017 -2558
- package/index.ts +1 -1
- package/package.json +1 -1
package/anyblock.ts
CHANGED
|
@@ -236,7 +236,7 @@ export const transformer_anyblock: QuartzTransformerPlugin = (/*options: any*/)
|
|
|
236
236
|
name: "AnyBlock",
|
|
237
237
|
markdownPlugins(_ctx: BuildCtx) {
|
|
238
238
|
return [
|
|
239
|
-
remark_anyblock_to_codeblock,
|
|
239
|
+
// remark_anyblock_to_codeblock, // 取消注释则用库的地方会报错找不到 document
|
|
240
240
|
remark_anyblock_render_codeblock, // last
|
|
241
241
|
]
|
|
242
242
|
},
|