Search code examples
markdownrich-text-editor

I want to add texteditor (likely markdown) in my page ,so how to embed it & from where to download it?


i have a page where users can post a question like this site , so how to add the markdown editor, or any other texteditor which has the all functions as the SO editor has . B,I,link,code,image,list etc.. thank in advance.


Solution

  • Due tinymce is "one of the most populat WYSIWYG editors", you can alternatively use a markdown editor. So users can still write plain markdown, but get additional help with these functions (B,I,link,code,image,list etc.. ) with buttons.

    lepture/editor (demo) additional shows some styles inside the markdown.

    So you see **bold** in **bold** and *italic* in *italic* etc.