Bullets and bullet numbers are expressed in different ways in Synap Editor.
If you set it as below, you can use the basic HTML bullet rendering function.
Configuration
| Key | 설명 |
|---|---|
| editor.useHTMLList | Sets default HTML bullet rendering. |
Example
synapeditor.config.js
{
'editor.useHTMLList': true
}
If this option is used as true, multi-level bullets are not supported. It is recommended to use it after removing it from the toolbar.
'editor.useHTMLList': false (기본값) | 'editor.useHTMLList': true |
|---|---|
