codex-team / editor.js

A block-style editor with clean JSON output
https://editorjs.io
Apache License 2.0
28.95k stars 2.09k forks source link

support markdown input? #2674

Open ZAJ0711 opened 8 months ago

ZAJ0711 commented 8 months ago

support markdown input?

reindert-vetter commented 8 months ago

👋 See https://github.com/codex-team/editor.js/issues/709

collimarco commented 6 months ago

It would be nice if it detects, let's say, a # at the beginning of the line and it converts it to the right block type (h1 in this case).

collimarco commented 6 months ago

Related: https://github.com/codex-team/editor.js/issues/2334