We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a69be4d + f25df30 commit 7083c5aCopy full SHA for 7083c5a
README.md
@@ -47,16 +47,16 @@ plugins:
47
Add glossary terms anywhere in your documentation:
48
49
```markdown
50
-section:term
51
-: A list of specialized words with their definitions
+fruit:apple
+: A very delicious and healty fruit growing on trees.
52
```
53
54
### 3. Link to Terms
55
56
Reference terms in your documentation:
57
58
59
-See the <glossary:term> for more details.
+An <fruit:apple> a day keeps the doctor away.
60
61
62
### 4. Create a Summary
@@ -66,7 +66,7 @@ Generate a summary of all terms:
66
67
# Glossary
68
69
-<glossary::glossary>
+<glossary::fruit>
70
71
72
## Configuration
0 commit comments