Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 850 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 850 Bytes

Markdown editor

The Markdown plugin enables the editor to support both Markdown input and output.

Use the Source button to edit and paste raw Markdown or simply type your favorite MD shortcuts in the WYSIWYG mode.

See this demo live at ckeditor.com or read more about this feature in the CKEditor 5 documentation.

Installation steps

  1. Clone this repository:
git clone [email protected]:ckeditor/ckeditor5-demos.git
  1. Change the directory and install the dependencies:
cd ckeditor5-demos/markdown && yarn
  1. Open the markdown/index.js file and update the value of the LICENSE_KEY variables. Without this, the premium features will not be enabled.

  2. Start the demo:

yarn dev