Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 401 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 401 Bytes

editorjs-json-to-html

Get HTML from EditorJS JSON (IE compatible)

Support :

  • Header
  • Paragraph
  • Table
  • Checklist
  • Delimiter

Include /css/main.css and /js/editorjs-json-to-html.js to your read-only view.

var editorjs_innerHTML_data = f_editorjs_convert_json_to_html(json_data);

codex-team/editor.js#676

You are welcome to make changes.