markdown-it-abbr
markdown-it-abbr copied to clipboard
Consider a prettier-friendly syntax for definitions
-[HTML]: HyperText Markup Language
instead of:
*[HTML]: HyperText Markup Language
because prettier is auto-formatting (on save) to be:
_[HTML]: HyperText Markup Language
which is italic, not a list.