Heading 5 command¶
Summary¶
Sets the current line as heading level 5.
Description¶
Sets the current line as heading level 5.
How to Run¶
Default Menu: Edit > Markdown > Heading 5
All Commands: Edit > Markdown > Heading 5
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_MARKDOWN_HEADING5 (23261)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(23261);
[VBScript]¶
editor.ExecuteCommandByID 23261