markdown-abbr
Adds support for HTML Abbreviations <abbr> using @mdit/plugin-abbr
Usage Example
The HTML specificationis maintained by the W3C.
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
becomes:
<p>The <abbr title="Hyper Text Markup Language">HTML</abbr> specificationis maintained by the <abbr title="World Wide Web Consortium">W3C</abbr>.</p>
| |