Skip to content

Commit 7083c5a

Browse files
Merge branch 'branches/2.0'
2 parents a69be4d + f25df30 commit 7083c5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ plugins:
4747
Add glossary terms anywhere in your documentation:
4848
4949
```markdown
50-
section:term
51-
: A list of specialized words with their definitions
50+
fruit:apple
51+
: A very delicious and healty fruit growing on trees.
5252
```
5353

5454
### 3. Link to Terms
5555

5656
Reference terms in your documentation:
5757

5858
```markdown
59-
See the <glossary:term> for more details.
59+
An <fruit:apple> a day keeps the doctor away.
6060
```
6161

6262
### 4. Create a Summary
@@ -66,7 +66,7 @@ Generate a summary of all terms:
6666
```markdown
6767
# Glossary
6868

69-
<glossary::glossary>
69+
<glossary::fruit>
7070
```
7171

7272
## Configuration

0 commit comments

Comments
 (0)