Paragraph command

Summary

Sets the current line as a single paragraph.

Description

Sets the current line as a single paragraph.

How to Run

  • Default Menu: Edit > Markdown > Paragraph

  • All Commands: Edit > Markdown > Paragraph

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_MARKDOWN_PARAGRAPH (23256)

Macros

[JavaScript]

editor.ExecuteCommandByID(23256);

[VBScript]

editor.ExecuteCommandByID 23256