@hyperbook/markdown 0.13.0 → 0.13.1
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/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -72196,7 +72196,6 @@ var remark = (ctx) => {
|
|
|
72196
72196
|
remarkHeadings_default(ctx),
|
|
72197
72197
|
remarkImage_default(ctx),
|
|
72198
72198
|
remarkGfm,
|
|
72199
|
-
remarkCode_default(ctx),
|
|
72200
72199
|
remarkDirectiveTerm_default(ctx),
|
|
72201
72200
|
remarkDirectiveEmbed_default(ctx),
|
|
72202
72201
|
remarkDirectiveArchive_default(ctx),
|
|
@@ -72219,6 +72218,7 @@ var remark = (ctx) => {
|
|
|
72219
72218
|
remarkDirectiveExcalidraw_default(ctx),
|
|
72220
72219
|
remarkDirectiveStruktog_default(ctx),
|
|
72221
72220
|
remarkCollectHeadings_default(ctx),
|
|
72221
|
+
remarkCode_default(ctx),
|
|
72222
72222
|
remarkMath,
|
|
72223
72223
|
remarkGemoji,
|
|
72224
72224
|
remarkUnwrapImages,
|