mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
15 lines
452 B
Markdown
15 lines
452 B
Markdown
# 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 ...
|
|
```
|