Line Break command

Summary

Inserts a line break.

Description

Inserts a line break.

How to Run

  • Default Menu: Edit > Markdown > Line Break

  • All Commands: Edit > Markdown > Line Break

  • Toolbar:

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_MARKDOWN_LINE_BREAK (23268)

Macros

[JavaScript]

editor.ExecuteCommandByID(23268);

[VBScript]

editor.ExecuteCommandByID 23268