diff --git a/.jsdoc.js b/.jsdoc.js index 3f730b54..4cf8c077 100644 --- a/.jsdoc.js +++ b/.jsdoc.js @@ -41,5 +41,8 @@ module.exports = { sourceFiles: false, systemName: '@justinbeckwith/sloth', theme: 'lumen' + }, + markdown: { + idInHeadings: true } };