editorjs-blocks-react-renderer
editorjs-blocks-react-renderer copied to clipboard
📔 Renders EditorJS blocks to semantic React HTML5 components. Unnopinated and flexible.
### Purpose - [ ] Documentation ### Description I want to use tailwindcss to set header, like this: ` header: { className: "font-bold" }, ` but i can't set `...
Snyk has created this PR to upgrade @testing-library/user-event from 14.4.2 to 14.4.3.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
Snyk has created this PR to upgrade editorjs-blocks-react-renderer from 1.2.4 to 1.3.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
### Purpose - [ ] New feature - [ ] New renderer - [x] Bug fix - [ ] Documentation - [ ] Refactoring - [ ] Test Case -...
https://github.com/editor-js/checklist Use `` and `ul` to generate a list of checkboxes. ### Questions 1. Should we wrap input in a label?
https://github.com/editor-js/attaches Expose a simple link such as ```html {{ data.title }} ```
https://github.com/editor-js/warning This one is tricky as there's semantically no equivalent HTML tag for a "warning" message. There are three options: 1. Assume that we won't tackle this one and let...