We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a525f3a + 5c2eae9 commit 3801417Copy full SHA for 3801417
src/jupyter_contrib_nbextensions/nbextensions/toc2/toc2.js
@@ -531,7 +531,7 @@ var table_of_contents = function (cfg,st) {
531
}
532
//process_cell_toc();
533
534
- var cell_toc_text = "# Table of Contents\n <p>";
+ var cell_toc_text = " # Table of Contents\n";
535
var depth = 1; //var depth = ol_depth(ol);
536
var li= ul;//yes, initialize li with ul!
537
var all_headers= $("#notebook").find(":header");
0 commit comments