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
It replaces the top <!-- AUTO-GENERATED-CONTENT:START (TOC) --> correctly but passes over the second comment <!-- AUTO-GENERATED-CONTENT:END --> because there is no newline
There were a few issues preventing the repo from building correctly:
1. Although it says this was resolved, the version of Gatsby we're using
doesn't seem to have this fix: mdx-js/mdx#244
Adding a new line was enough to make it work
2. There were a few unterminated `SwitchTech` instances.
Ref: #184 (comment)
It looks like this is working for most comments but I just ran into an error with comments in MD
The markdown looks like this:
It replaces the top
<!-- AUTO-GENERATED-CONTENT:START (TOC) -->
correctly but passes over the second comment<!-- AUTO-GENERATED-CONTENT:END -->
because there is no newlineThis results in a babel error:
I was able to work around it by adding a newline after the list. This markdown works because there is a newline after the list
Is there a way to support this without the newline? Thanks!
Loving MDX btw it's freaking sweet
The text was updated successfully, but these errors were encountered: