@vmz/plugin-markdown-it 0.1.15 → 0.1.17

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,3 +1,3 @@
1
1
  # @vmz/plugin-markdown-it
2
2
 
3
- VMZ package 0.1.15.
3
+ VMZ package 0.1.17.
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="markdown-host" html={format(source)}></div>
2
+ <div class="markdown-host" v-html="format(source)"></div>
3
3
  </template>
4
4
 
5
5
  <script client>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vmz/plugin-markdown-it",
3
- "version": "0.1.15",
3
+ "version": "0.1.17",
4
4
  "type": "module",
5
5
  "description": "VMZ markdown-it adapter — MarkdownIt + engines.markdown registration",
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "./package.json": "./package.json"
19
19
  },
20
20
  "dependencies": {
21
- "@vmz/plugin": "0.1.15",
21
+ "@vmz/plugin": "0.1.17",
22
22
  "markdown-it": "^14.1.0"
23
23
  },
24
24
  "keywords": [