|
@@ -953,7 +953,7 @@
|
|
|
"## Notes\n",
|
|
|
"\n",
|
|
|
"- Markdown cells containing multiple \"sections\" only show as the first section in the ToC. Accordingly, users should add a **new** Markdown cell for **each** section.\n",
|
|
|
- "- The ToC extension **does** detect multiple \"sections\" when those sections are generated by code cells. However, users are likely to run into buggy ToC behavior when doing so. Users are strongly encouraged to **avoid** using code cells to generate section headings.\n",
|
|
|
+ "- The ToC extension **does** detect multiple \"sections\" when those sections are generated by code cells. However, users are likely to run into unexpected ToC behavior when doing so, including side effects such as collapsing one generated section collapsing another generated section. Users are strongly encouraged to **avoid** using code cells to generate section headings.\n",
|
|
|
"\n",
|
|
|
" Instead, users should hardcode each section heading and only generate Markdown output for content **requiring** variable interpolation."
|
|
|
]
|