markdown-it-glossary 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/markdown-it-glossary)
|
|
4
4
|
[](https://github.com/binarynoir/markdown-it-glossary/actions/workflows/ci.yml)
|
|
5
|
-
[](LICENSE)
|
|
5
|
+
[](LICENSE)
|
|
6
6
|
|
|
7
7
|
Define a glossary once, in a plain Markdown file, and get it back as
|
|
8
8
|
site-wide hover tooltips (`<abbr title="...">`) wherever those terms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "markdown-it-glossary",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Define a glossary once in a plain Markdown file and get it back as site-wide hover tooltips (<abbr title=\"...\">) wherever those terms appear — with a Markdown-frontmatter opt-out per page. Built for VitePress, works with any markdown-it consumer.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown-it",
|