Skip to content

editor@2.4.0

Compare
Choose a tag to compare
@seonim-ryu seonim-ryu released this 10 Sep 03:37
· 361 commits to master since this release

New Features

Editor

const editor = new Editor({
  frontMatter: true
});

frontmatter

Case 1: tab (or shift + tab) key

Pressing the tab key in the markdown table moves the cursor cell by cell.

Case 2 : enter key

Pressing the enter key in the markdown table adds the syntax for the new row.

  • 151f98e [Viewer] Add an internal attribute to disable task markers when using the customHTMLRenderer option (#1163)

Bug Fixes

Editor

  • 60e747a Type inference is wrong when table-merged-cell plugin is set in the plugin option (#1160)
  • b312e15 [Markdown] Syntax highlighting is broken when wrapping text containing blank lines with fence code block syntax (#1167)
  • be8f7b3 [WYSIWYG] Format is broken when copying or pasting a list in MS Office (#1153)