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