TOAST UI Editor v2.4.0 Release Notes

Release Date: 2020-09-10 // over 3 years ago
  • 🆕 New Features

    Editor

    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)