markdown-it-any-block 3.3.4 → 3.3.5
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/mdit-any-block.cjs +1 -0
- package/dist/mdit-any-block.js +1 -0
- package/index.ts +1 -0
- package/package.json +1 -1
package/dist/mdit-any-block.cjs
CHANGED
|
@@ -49579,6 +49579,7 @@ function ab_mdit_client(md, options) {
|
|
|
49579
49579
|
md.use(abSelector_squareInline);
|
|
49580
49580
|
md.use(abSelector_container);
|
|
49581
49581
|
}
|
|
49582
|
+
exports.ABConvertManager = ABConvertManager;
|
|
49582
49583
|
exports.abConvertEvent = abConvertEvent;
|
|
49583
49584
|
exports.ab_mdit = ab_mdit;
|
|
49584
49585
|
exports.ab_mdit_client = ab_mdit_client;
|
package/dist/mdit-any-block.js
CHANGED
|
@@ -49556,6 +49556,7 @@ function ab_mdit_client(md, options) {
|
|
|
49556
49556
|
md.use(abSelector_container);
|
|
49557
49557
|
}
|
|
49558
49558
|
export {
|
|
49559
|
+
ABConvertManager,
|
|
49559
49560
|
abConvertEvent,
|
|
49560
49561
|
ab_mdit,
|
|
49561
49562
|
ab_mdit_client,
|
package/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "markdown-it-any-block",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.5",
|
|
4
4
|
"description": "You can flexibility to create a 'Block' by many means. It also provides many useful features, like `list to table`. (obsidian/markdown-it/vuepress plugin/app)",
|
|
5
5
|
"types": "@types/index_mdit.d.ts",
|
|
6
6
|
"type": "module",
|