fixed toc
This commit is contained in:
@@ -12,7 +12,7 @@ var markdown = window.markdownit({html:true})
|
|||||||
render: function (tokens, idx) {
|
render: function (tokens, idx) {
|
||||||
if (tokens[idx].nesting === 1) {
|
if (tokens[idx].nesting === 1) {
|
||||||
//opening tag
|
//opening tag
|
||||||
return '<div class="ui mobile only grid">';
|
return '<div class="ui mobile only">';
|
||||||
} else {
|
} else {
|
||||||
// closing tag
|
// closing tag
|
||||||
return '</div>';
|
return '</div>';
|
||||||
|
|||||||
Reference in New Issue
Block a user