markdown-it-any-block 3.3.1 → 3.3.2

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/README.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # AnyBlock MarkdownIt
2
2
 
3
- markdown-it 版本的入口
3
+ - en
4
+ - Welcome to learn more about it in [the GitHub project](https://github.com/any-block/any-block)
5
+ - Here you will find more detailed function descriptions and multilingual documents.
6
+ - zh
7
+ - 欢迎到此 [github项目](https://github.com/any-block/any-block) 中了解更多
8
+ - 这里有更详细的功能介绍和多语言文档
4
9
 
5
10
  ## markdown-it-any-block 使用
6
11
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "markdown-it-any-block",
3
- "version": "3.3.1",
4
- "description": "```typescript\r import { ABConvertManager } from \"ABConvertManager\"",
3
+ "version": "3.3.2",
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",
7
7
  "main": "dist/mdit-any-block.cjs",
@@ -22,6 +22,10 @@
22
22
  "prepublishOnly": "pnpm build",
23
23
  "copy_abc_style": "copyfiles --flat ../../src/ABConverter/style/styles.css ./"
24
24
  },
25
+ "keywords": [
26
+ "anyblock", "any-block",
27
+ "markdown", "markdown-it"
28
+ ],
25
29
  "author": "LincZero",
26
30
  "license": "GNU Affero General Public License v3.0",
27
31
  "peerDependencies": {