Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.48 KB

File metadata and controls

22 lines (13 loc) · 1.48 KB

How to Create an Angular Rich Text Editor with Markdown Editor

A quick-start Angular project that shows how to use Markdown editing in the Angular Rich Text Editor component. This project contains code to preview Markdown syntax for tables, images, and links in HTML and customize Markdown syntax.

Refer to the following Markdown editor documentation for the Syncfusion Angular Rich Text Editor component: https://ej2.syncfusion.com/angular/documentation/rich-text-editor/markdown

Check out this online example of the Markdown editor in the Syncfusion Angular Rich Text Editor component: https://ej2.syncfusion.com/angular/demos/#/material3/rich-text-editor/markdown-editor

Watch the following video to get started with the Angular Rich Text Editor component: https://www.youtube.com/watch?v=wrod5Rzg85o

Refer to the following getting started documentation for the Syncfusion Angular Splitter component: https://ej2.syncfusion.com/angular/documentation/splitter/getting-started

Project prerequisites

Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.

How to run this application?

To run this application, you need to clone the how-to-create-an-angular-rich-text-editor-with-markdown-editor repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install command and run your project using the ng serve command.