mirror of
https://github.com/codex-team/editor.js
synced 2026-03-15 23:25:47 +01:00
7 lines
200 B
Markdown
7 lines
200 B
Markdown
# CodeX Editor Renderer
|
|
|
|
`Renderer` is a class that is responsible for rendering JSON data to HTML.
|
|
|
|
Inside it uses BlockManager to compose block's list bounded to the Tool instance.
|
|
|
|
## Methods
|