markdown-text-editor 0.0.24-beta.3 → 0.0.25-beta.3
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,9 +10,9 @@ Welcome to the documentation for the **MarkdownEditor Plugin** – an **open sou
|
|
|
10
10
|
- [Installation](#installation)
|
|
11
11
|
- [Usage](#usage)
|
|
12
12
|
- [Markdown Content Retrieval](#markdown-content-retrieval)
|
|
13
|
-
- [Configuration Options](#configuration-options)
|
|
14
13
|
- [JavaScript Value Retrieval](#javascript-value-retrieval)
|
|
15
14
|
- [HTML Template Form Submission](#html-template-form-submission)
|
|
15
|
+
- [Configuration Options](#configuration-options)
|
|
16
16
|
- [Toolbar Customization](#toolbar-customization)
|
|
17
17
|
- [Example Implementations](#example-implementations)
|
|
18
18
|
- [Contribution Guidelines](#contribute)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "markdown-text-editor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25-beta.3",
|
|
4
4
|
"description": "A powerful, easy-to-use Markdown editor with a real-time preview, syntax highlighting. Ideal for developers, writers, and content creators who need a seamless, interactive writing experience with full Markdown support.",
|
|
5
5
|
"main": "./dist/markdown-text-editor.js",
|
|
6
6
|
"browser": "dist/markdown-text-editor.js",
|