Clear All Formatting command¶
Summary¶
Removes bold and italic formatting from the selected text.
Description¶
Removes bold and italic formatting from the selected text.
How to Run¶
Default Menu: Edit > Markdown > Clear All Formatting
All Commands: Edit > Markdown > Clear All Formatting
Toolbar:
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_MARKDOWN_CLEAR (23276)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(23276);
[VBScript]¶
editor.ExecuteCommandByID 23276