npm md-editor-v3 3.0.0
v3.0.0

latest releases: 6.3.1, 6.3.0, 6.2.1...
2 years ago

新增特性:

  • ⭐️ 新增属性noHighlight,设置为true时,不会高亮代码,也不会加载相应的库。
  • ⭐️ MdEditor.config新增codeMirrorExtensions配置和markdownItConfig配置(#234 )。
  • ⭐️ 新增代码卡片模块,使用语法参考代码卡片(#236 )。

重构:

  • 🌟 输入框使用codemirror替换默认的textarea,并且支持在MdEditor.config中自定义一些扩展。
  • 🌟 Markdown解析器从marked替换为markdown-it
  • 🌟 移除属性historyLength
  • 🌟 重命名属性markedHeadingIdmdHeadingId
  • 🌟 移除Ctrl+Q快捷键,因为它与浏览器默认的冲突。
  • 🌟 同步滚动重构,支持模块间的同步滚动(#229 )。
  • 🌟 废弃删除线语法~内容~,使用标准的~~内容~~

New Features:

  • ⭐️ Prop noHighlight, while set it to true, editor will not highlight code, and will not load highlight library too.
  • ⭐️ New configuration item of MdEditor.config: codeMirrorExtensions, markdownItConfig(#234 ).
  • ⭐️ Code tabs block, reference: Combination(#236 ).

Refactor:

  • 🌟 Replace textarea with codemirror as the input box, and support customization of some extensions in MdEditor. config.
  • 🌟 Replace the Markdown parser from marked to markdown-it.
  • 🌟 Delete the prop historyLength.
  • 🌟 Rename the prop marketHeadingId to mdHeadingId.
  • 🌟 Remove shortcut key Ctrl+Q because it conflicts with the browser.
  • 🌟 Support synchronizing scrolling between modules(#229 ).
  • 🌟 Discard strikethrough syntax~conten~, using standard syntax ~~content~~.

Don't miss a new md-editor-v3 release

NewReleases is sending notifications on new releases.