...
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('setParaTagName', 'P'); // Set as normal paragraph
editor.execCommand('setParaTagName', 'H1'); // Set as Title1heading 1
editor.execCommand('setParaTagName', 'H2'); // Set as heading Title22 |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('setParaTagName', 'P'); // Set as normal paragraph
editor.execCommand('setParaTagName', 'H1'); // Set as Title1heading 1
editor.execCommand('setParaTagName', 'H2'); // Set as heading Title22 |