Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

사용자정의 문단스타일

사용자정의 문단스타일을 사용하려면 아래와 같이 환경설정을 해야 합니다.

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.customStyle.paragraph': [
    {
      'name': 'Gray',
      'style': {
        'color': {
          'r': 170,
          'g': 170,
          'b': 170
        }
      }
    }
  ],
}
  • 사용자정의 문단스타일 적용결과


사용자정의 런스타일

사용자정의 런스타일은 아래와 같이 설정합니다.

...