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