Update Core.js
This commit is contained in:
parent
dff3723655
commit
f444ae5735
1 changed files with 0 additions and 1 deletions
1
Core.js
1
Core.js
|
|
@ -126,7 +126,6 @@ class SimonUp {
|
||||||
const intro = lines.map(function(l) { return self._parseInline(l); }).join('<br>');
|
const intro = lines.map(function(l) { return self._parseInline(l); }).join('<br>');
|
||||||
tocWrapper += `<p class="toc-intro">${intro}</p>\n`;
|
tocWrapper += `<p class="toc-intro">${intro}</p>\n`;
|
||||||
}
|
}
|
||||||
// Eindeutiges Token exakt im Container platzieren
|
|
||||||
tocWrapper += '\n';
|
tocWrapper += '\n';
|
||||||
tocWrapper += '</div>';
|
tocWrapper += '</div>';
|
||||||
return tocWrapper;
|
return tocWrapper;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue