From 0b4df4cdf2dc9ed18805358216439b595997fdc7 Mon Sep 17 00:00:00 2001 From: Soreine Date: Wed, 11 May 2016 10:55:34 +0200 Subject: [PATCH] Precise h2 headings for Glossary --- docs/lexicon.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/lexicon.md b/docs/lexicon.md index 57401395d..3250d32d1 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 ... ```