Heading 4 command

Summary

Sets the current line as heading level 4.

Description

Sets the current line as heading level 4.

How to Run

  • Default Menu: Edit > Markdown > Heading 4

  • All Commands: Edit > Markdown > Heading 4

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_MARKDOWN_HEADING4 (23260)

Macros

[JavaScript]

editor.ExecuteCommandByID(23260);

[VBScript]

editor.ExecuteCommandByID 23260