diff options
author | Soreine <nicolas@gitbook.com> | 2016-05-11 10:55:34 +0200 |
---|---|---|
committer | Soreine <nicolas@gitbook.com> | 2016-05-11 10:55:34 +0200 |
commit | 0b4df4cdf2dc9ed18805358216439b595997fdc7 (patch) | |
tree | 7b2dbdd2df94c20f23db496c19b4131375630ed9 /docs | |
parent | d6814dc48ed29efaef15dc38079ddd51d53dc34b (diff) | |
download | gitbook-0b4df4cdf2dc9ed18805358216439b595997fdc7.zip gitbook-0b4df4cdf2dc9ed18805358216439b595997fdc7.tar.gz gitbook-0b4df4cdf2dc9ed18805358216439b595997fdc7.tar.bz2 |
Precise h2 headings for Glossary
Diffstat (limited to 'docs')
-rw-r--r-- | docs/lexicon.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/lexicon.md b/docs/lexicon.md index 5740139..3250d32 100644 --- a/docs/lexicon.md +++ b/docs/lexicon.md @@ -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 ... ``` |