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.
@@ -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;
@@ -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
@@ -2,3 +2,4 @@
2
2
  export { jsdom_init } from './jsdom_init'
3
3
  export { ab_mdit, ab_mdit_client } from './index_mdit'
4
4
  export { abConvertEvent } from '../ABConverter/ABConvertEvent'
5
+ export { ABConvertManager } from '../ABConverter/ABConvertManager' // for client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-it-any-block",
3
- "version": "3.3.4",
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",