diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-20 17:39:11 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-20 17:39:11 +0100 |
commit | 42bb5fccb81ea9ce2b406b32502236d0f34e2e7b (patch) | |
tree | 13510ba8720d1625d2888f3e8c457a3252cbf3e6 | |
parent | fb921788b91b4f78c3ec932727a92c5ecda00144 (diff) | |
download | gitbook-42bb5fccb81ea9ce2b406b32502236d0f34e2e7b.zip gitbook-42bb5fccb81ea9ce2b406b32502236d0f34e2e7b.tar.gz gitbook-42bb5fccb81ea9ce2b406b32502236d0f34e2e7b.tar.bz2 |
Change glossary to enforce use of h2
-rw-r--r-- | test/glossary.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/glossary.js b/test/glossary.js index 0efef34..e1ba82a 100644 --- a/test/glossary.js +++ b/test/glossary.js @@ -23,7 +23,7 @@ describe('Glossary', function() { before(function() { return mock.setupDefaultBook({ - 'GLOSSARY.md': '# Glossary\n\n### Hello World\n\nThis is an entry' + 'GLOSSARY.md': '# Glossary\n\n## Hello World\n\nThis is an entry' }) .then(function(_book) { book = _book; |