mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 23:55:49 +01:00
docs: small edits, reword
This commit is contained in:
parent
2e9c7426f9
commit
263cefe2f2
1 changed files with 2 additions and 2 deletions
|
|
@ -42,10 +42,10 @@
|
|||
<li>Open source</li>
|
||||
</ul>
|
||||
<h2>
|
||||
What does block-styled mean
|
||||
What does block-style mean
|
||||
</h2>
|
||||
<p>
|
||||
In other editors, the workspace is provided by a single contenteditable element in which you can create and modify HTML markup. This resulted in bugs with moving text fragments or scaling images, while page parts are jumping and twitches. Or highlighting big parts of the text in the case when you just want to make few words to be a heading or bold.
|
||||
In other editors, the workspace is provided by a single contenteditable element in which you can create and modify HTML markup. This results in bugs with moving text fragments or scaling images, while page parts are jumping and twitches. Or highlighting big parts of the text in the case when you just want to make few words to be a heading or bold.
|
||||
</p>
|
||||
<p>
|
||||
The Editor.js workspace consists of separate Blocks: paragraphs, headings, images, lists, quotes, etc. Each of them is an independent contenteditable element (or more complex structure) provided by Plugin and united by Editor's Core.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue