fixed toc

This commit is contained in:
2017-08-31 20:42:27 +10:00
parent 3c3afad303
commit 49eca160a5
+1 -1
View File
@@ -12,7 +12,7 @@ var markdown = window.markdownit({html:true})
render: function (tokens, idx) {
if (tokens[idx].nesting === 1) {
//opening tag
return '<div class="ui mobile only grid">';
return '<div class="ui mobile only">';
} else {
// closing tag
return '</div>';