mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 15:45:47 +01:00
Add renderer call (#236)
This commit is contained in:
parent
2df18b00b0
commit
e0d107dfbd
6 changed files with 200 additions and 178 deletions
|
|
@ -9,11 +9,16 @@
|
|||
font-size: 14px;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
#codex-editor {
|
||||
margin: 0 auto;
|
||||
max-width: 800px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="codex-editor"></div>
|
||||
<div id="codex-editor"></div>
|
||||
|
||||
</body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue