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);
You are welcome to make changes.