From 42bb5fccb81ea9ce2b406b32502236d0f34e2e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Sat, 20 Feb 2016 17:39:11 +0100 Subject: [PATCH] Change glossary to enforce use of h2 --- test/glossary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/glossary.js b/test/glossary.js index 0efef34c1..e1ba82a92 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;