markdown-it-diaspora-mention
Version:
diaspora* mentions for markdown-it markdown parser.
47 lines (25 loc) • 601 B
Markdown
# 1.2.0
* Display @ in front of mentions
# 1.1.1
* Fix mentions for user names with semicolons
# 1.1.0
* Add support for new mention syntax `@{user@pod.tld}`
# 1.0.0
* Drop support for nodejs versions < 6
* Major refactoring of the plugin using ES2015 features
# 0.4.0
* Update markdown-it to 5.0.0
# 0.3.0
* Use markdown-it 4
# 0.2.1
* Remove trailing whitespaces in usernames
# 0.2.0
* Add hovercardable to mentions
* Update markdown-it to 3.0.5
# 0.1.2
* Update markdown-it to 3.0.3
# 0.1.1
* Fix XSS
* Move the class attribute in the link to the end
# 0.1.0
* Initial release