Currently using this Markdown WYSIWYG editor. I needed to extend Markdown with one function (!!text!!
to create red text) and have successfully done so on the server side, but as one who struggles with JavaScript, I'm having difficulty doing the same for this library.
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
Try this:
You will have to add to the toolbar array the rest of the buttons you may need. Check them at the official GitHub repo.