Declined
Last Updated: 07 Jun 2016 08:01 by ADMIN
RizePoint
Created on: 18 Dec 2014 23:02
Category: Editor
Type: Feature Request
0
Provide ability to easily obtain Markdown syntax from the RadEditor, to be saved on disk. Ex., string RadEditor.GetMarkdown()
Provide ability to easily obtain Markdown syntax from the RadEditor, to be saved on disk. Ex. string RadEditor.GetMarkdown()
1 comment
ADMIN
Rumen
Posted on: 07 Jun 2016 08:01
RadEditor offers a server-side method for exporting the content to Markdown: ExportToMarkdown(); and OnExportContent server event where you can obtain the content.

You can see how to use them in the demo: http://demos.telerik.com/aspnet-ajax/editor/examples/import-export/markdown-import-export/defaultcs.aspx