Bold command

Summary

Toggles a bold style.

Description

Toggles a bold style.

How to Run

  • Default Menu: Edit > Markdown > Bold

  • All Commands: Edit > Markdown > Bold

  • Toolbar:

  • Status Bar: None

  • Default Keyboard Shortcut: CTRL+B

Plug-in Command ID

EEID_MARKDOWN_BOLD (23269)

Macros

[JavaScript]

editor.ExecuteCommandByID(23269);

[VBScript]

editor.ExecuteCommandByID 23269