blob: 3250d32d1b796d76823d5782a97c7b07d21b1919 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Glossary
Allows you to specify terms and their respective definitions to be displayed as annotations. Based on those terms, GitBook will automatically build an index and highlight those terms in pages.
The `GLOSSARY.md` format is a list of `h2` headings, along with a description paragraph:
```markdown
## Term
Definition for this term
## Another term
With it's definition, this can contain bold text
and all other kinds of inline markup ...
```
|