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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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 (기본값)

'editor.useHTMLList': true 


  • No labels