Skip to content

Commit e776eb6

Browse files
author
nezanuha
committed
Enhance README.md for clearer plugin usage instructions
1 parent 14ecce8 commit e776eb6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Welcome to the documentation for the **MarkdownEditor Plugin** – an **open sou
1111
- [Usage](#usage)
1212
- [Markdown Content Retrieval](#markdown-content-retrieval)
1313
- [Configuration Options](#configuration-options)
14+
- [JavaScript Value Retrieval](#javascript-value-retrieval)
15+
- [HTML Template Form Submission](#html-template-form-submission)
1416
- [Toolbar Customization](#toolbar-customization)
1517
- [Example Implementations](#example-implementations)
1618
- [Contribution Guidelines](#contribute)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-text-editor",
3-
"version": "0.0.23-beta.3",
3+
"version": "0.0.24-beta.3",
44
"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.",
55
"main": "./dist/markdown-text-editor.js",
66
"browser": "dist/markdown-text-editor.js",

0 commit comments

Comments
 (0)