Page tree
Skip to end of metadata
Go to start of metadata

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.useHTMLListSets 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 (default)

'editor.useHTMLList': true 


  • No labels