Bullet Rendering
Synap Editor renders bullet markers and numbered list markers directly.
By configuring as follows, you can use the default HTML bullet rendering feature.
Setting
| Key | Description |
|---|---|
editor.useHTMLList | 2.8.0 — Configures basic HTML bullet rendering. |
Setting Example
// synapeditor.config.js
{
'editor.useHTMLList': true
}
When this option is used as true, multilevel bullets are not supported. We recommend removing them from the toolbar.



