Need a plugin for supporting abbreviations in markdown. ```markdown This is HTML abbreviation example. It converts "HTML", but keep intact partial entries like "xHTML" and so on. *[HTML]: Hyper Text Markup Language ``` References: https://markdown-it.github.io/ (markdown-it, it is not remark related, just for example) https://github.com/zestedesavoir/zmarkdown/blob/master/packages/remark-abbr/src/index.js (previous implementation) https://gist.github.com/wooorm/e5347ee97569bf6f7a079357c419cf7e (A thought on abbreviations)
Need a plugin for supporting abbreviations in markdown.
References:
https://markdown-it.github.io/ (markdown-it, it is not remark related, just for example)
https://github.com/zestedesavoir/zmarkdown/blob/master/packages/remark-abbr/src/index.js (previous implementation)
https://gist.github.com/wooorm/e5347ee97569bf6f7a079357c419cf7e (A thought on abbreviations)