@adminforth/markdown 1.2.9 → 1.3.0
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 +1 -1
- package/build.log +2 -2
- package/custom/MarkdownEditor.vue +556 -213
- package/custom/package-lock.json +39 -4010
- package/custom/package.json +4 -4
- package/dist/custom/MarkdownEditor.vue +556 -213
- package/dist/custom/package-lock.json +39 -4010
- package/dist/custom/package.json +4 -4
- package/dist/index.js +0 -4
- package/index.ts +0 -4
- package/package.json +1 -1
- package/types.ts +3 -0
package/README.md
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /> <img src="https://woodpecker.devforth.io/api/badges/3848/status.svg" alt="Build Status" /> <a href="https://www.npmjs.com/package/@adminforth/markdown"> <img src="https://img.shields.io/npm/dt/@adminforth/markdown" alt="npm downloads" /> </a> <a href="https://www.npmjs.com/package/@adminforth/markdown"> <img src="https://img.shields.io/npm/v/@adminforth/markdown" alt="npm version" /> </a>
|
|
4
4
|
|
|
5
|
-
Enables
|
|
5
|
+
Enables Markdown editing capabilities in AdminForth applications using Monaco Editor.
|
|
6
6
|
|
|
7
7
|
## For usage, see [AdminForth Markdown Documentation](https://adminforth.dev/docs/tutorial/Plugins/markdown/)
|
package/build.log
CHANGED
|
@@ -10,5 +10,5 @@ custom/package-lock.json
|
|
|
10
10
|
custom/package.json
|
|
11
11
|
custom/tsconfig.json
|
|
12
12
|
|
|
13
|
-
sent
|
|
14
|
-
total size is
|
|
13
|
+
sent 25,820 bytes received 115 bytes 51,870.00 bytes/sec
|
|
14
|
+
total size is 25,388 speedup is 0.98
|