Precise h2 headings for Glossary

This commit is contained in:
Soreine
2016-05-11 10:55:34 +02:00
parent d6814dc48e
commit 0b4df4cdf2
+3 -3
View File
@@ -2,13 +2,13 @@
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 very simple :
The `GLOSSARY.md` format is a list of `h2` headings, along with a description paragraph:
```markdown
# Term
## Term
Definition for this term
# Another term
## Another term
With it's definition, this can contain bold text
and all other kinds of inline markup ...
```