Skip to content

Commit

Permalink
Merge branch 'dev-docs' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imzbf committed Aug 19, 2024
2 parents d8fb205 + c006081 commit ef1601e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md-editor-v3",
"version": "4.19.0",
"version": "4.19.1",
"keywords": [
"vue",
"vue3",
Expand Down Expand Up @@ -41,7 +41,7 @@
"markdown-it-anchor": "^9.0.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-mark": "^4.0.0",
"md-editor-v3": "^4.19.0",
"md-editor-v3": "^4.19.1",
"nprogress": "^0.2.0",
"vue": "3.2.47",
"vue-router": "^4.3.0",
Expand Down
4 changes: 3 additions & 1 deletion public/demo-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ Here are the precautions:

1. The image zoom-in view feature is ineffective; implementation needs to be done manually!!!
2. Do not use CDN to reference dependency libraries by default; refer to [[Import All Library]](https://imzbf.github.io/md-editor-v3/en-US/demo#%F0%9F%99%8D%F0%9F%8F%BB%E2%80%8D%E2%99%82%EF%B8%8F%20Import%20All%20Library)!!!
3. Only font-class type icons can be used; the default symbol type is ineffective!!!## 🥂 Api Usage
3. Only font-class type icons can be used; the default symbol type is ineffective!!!

## 🥂 Api Usage

Usages of some APIs.

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3119,10 +3119,10 @@ marked@*:
resolved "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz#d5d05bd2683a85cb9cc6afbe5240e3a8bffcb92a"
integrity sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==

md-editor-v3@^4.19.0:
version "4.19.0"
resolved "https://registry.npmjs.org/md-editor-v3/-/md-editor-v3-4.19.0.tgz#564a9b9ba9e6fd0835c5fcb2dfe56f0fa22af375"
integrity sha512-6ZHA0qmvC8VcxuuRtE55rlfuJbRCG/j2fmyfHZ1YcNSngwFoWJ4ea0VulcV79K2aCr4OliM/gSJrDQQAYfP1QA==
md-editor-v3@^4.19.1:
version "4.19.1"
resolved "https://registry.yarnpkg.com/md-editor-v3/-/md-editor-v3-4.19.1.tgz#fe4069c26e69505fd10dcc6105b09bc4dd8ecbc5"
integrity sha512-lunjqwOVG7zYEoE/59sytRc34Jy9hJmvt4P3/KmN5AgOoOQgbgzwLukAG136tSwZPLjuqaoV3aGZ/2SPxVC69Q==
dependencies:
"@codemirror/lang-markdown" "^6.2.5"
"@codemirror/language-data" "^6.5.1"
Expand Down

0 comments on commit ef1601e

Please sign in to comment.