Markdown Preview command

Summary

Displays the Markdown preview of the current document.

Description

Displays the Markdown preview of the current document.

How to Run

  • Default Menu: Edit > Markdown > Preview

  • All Commands: Edit > Markdown > Preview

  • Toolbar:

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_MARKDOWN_PREVIEW (23275)

Macros

[JavaScript]

editor.ExecuteCommandByID(23275);

[VBScript]

editor.ExecuteCommandByID 23275