Heading 3 command

Summary

Sets the current line as heading level 3.

Description

Sets the current line as heading level 3.

How to Run

  • Default Menu: Edit > Markdown > Heading 3

  • All Commands: Edit > Markdown > Heading 3

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_MARKDOWN_HEADING3 (23259)

Macros

[JavaScript]

editor.ExecuteCommandByID(23259);

[VBScript]

editor.ExecuteCommandByID 23259