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

KeyDescription
editor.useHTMLList2.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.

<table> <thead> <tr><th><code>'editor.useHTMLList': false</code> (default)</th><th><code>'editor.useHTMLList': true</code></th></tr> </thead> <tbody> <tr> <td>

useHTMLList false editor

useHTMLList false source

</td> <td>

useHTMLList true editor

useHTMLList true source

</td> </tr> </tbody> </table>