@uiw/react-md-editor 3.20.0 → 3.20.1

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
@@ -781,6 +781,9 @@ As always, thanks to our amazing contributors!
781
781
  <a href="https://github.com/CarleneCannon-Conner" title="Carlene Cannon-Conner">
782
782
  <img src="https://avatars.githubusercontent.com/u/1942791?v=4" width="42;" alt="Carlene Cannon-Conner"/>
783
783
  </a>
784
+ <a href="https://github.com/MercierCorentin" title="Corentin Mercier">
785
+ <img src="https://avatars.githubusercontent.com/u/46066895?v=4" width="42;" alt="Corentin Mercier"/>
786
+ </a>
784
787
  <a href="https://github.com/jnishiyama" title="James Finucane">
785
788
  <img src="https://avatars.githubusercontent.com/u/2048195?v=4" width="42;" alt="James Finucane"/>
786
789
  </a>
package/dist/mdeditor.js CHANGED
@@ -9469,6 +9469,7 @@ __webpack_require__.d(__webpack_exports__, {
9469
9469
  "codeLive": () => (/* reexport */ codeLive),
9470
9470
  "codePreview": () => (/* reexport */ codePreview),
9471
9471
  "commands": () => (/* reexport */ commands_namespaceObject),
9472
+ "comment": () => (/* reexport */ commands_comment_comment),
9472
9473
  "default": () => (/* binding */ src_0),
9473
9474
  "divider": () => (/* reexport */ divider),
9474
9475
  "fullscreen": () => (/* reexport */ fullscreen),
@@ -9549,6 +9550,7 @@ __webpack_require__.d(commands_namespaceObject, {
9549
9550
  "codeEdit": () => (codeEdit),
9550
9551
  "codeLive": () => (codeLive),
9551
9552
  "codePreview": () => (codePreview),
9553
+ "comment": () => (commands_comment_comment),
9552
9554
  "divider": () => (divider),
9553
9555
  "fullscreen": () => (fullscreen),
9554
9556
  "getCommands": () => (commands_getCommands),