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
The code currently filters headings by looking for # at the beginning of the line. That only works for GitHub style Markdown, and doesn't pick up on headings styled with "---" or "===".
The text was updated successfully, but these errors were encountered:
The code currently filters headings by looking for
#
at the beginning of the line. That only works for GitHub style Markdown, and doesn't pick up on headings styled with "---" or "===".The text was updated successfully, but these errors were encountered: