You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that a notebook with a markdown code cell like below breaks the headers in the navigation side bar:
# Example notebook
This represents a top markdown cell.
some text
## Header before code block
This header is shown in sidebar
Let's say I want to give an example code (not a code cell, just a code block in markdown)
Using double backticks below as I have no clue how to render nested fenced code blocks in a github issue.
``python
1+1 = 2
# This seems off:
1+1=3
``
## Header after code block
This header is not shown in the sidebar.
Would it be possible to ignore hashtags in markdown code block while parsing the notebook?
The text was updated successfully, but these errors were encountered:
Thanks for the nice plugin!
I noticed that a notebook with a markdown code cell like below breaks the headers in the navigation side bar:
Would it be possible to ignore hashtags in markdown code block while parsing the notebook?
The text was updated successfully, but these errors were encountered: