mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Change glossary to enforce use of h2
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user