AngularJS:如何创建像 Stack Overflow 这样的评论框,它接受像 *sof* 这样的格式快捷方式表示粗体

AngularJS: How to create a comment box like Stack Overflow that accepts formatting shortcuts like *sof* for bold

有没有一种方法可以使用 AngularJS、jQuery 或 JavaScript 来实现下面给出的格式化 comments 的快捷方式。

**text** or __text__ = Bolding = text
*text* or _text_ = Italics = text
`text` = Code Formatting = text
[example](http://example.com "title") Inline links with title and text
http://example.com plain old links

如果有第三方工具,请仅在 MIT 许可的情况下建议在任何应用程序中免费使用。

你要找的是markdown吗?

这里有一些库(MIT 许可):