Closed Blackglade closed 5 years ago
@iamskok Any chance I could get an update on this?
@Blackglade I’m very sorry, but I don’t have capacity to look into it.
Did you come up with a solution for this issue?
Sent with GitHawk
@iamskok, I essentially added an extra line to resolve the issue as through some testing I found that doing this in markdown:
- Some bulleted text `<statement>`:
\```
<arbitrary code here>
\```
will cause the bug to flair up. (ignore the back slashes btw, that's so the markdown code chunk properly renders. But adding an extra line between the bulleted section and code chunk will resolve it:
- Some bulleted text `<statement>`:
\```
<arbitrary code here>
\```
Still no idea why this is happening, but we've only had the one occurrence of this pop up. If it pops up again, I will probably go deeper into the issue and potentially submit a PR to fix it.
@Blackglade Feel free to reopen this issue
I have a markdown file that gives me an error everytime I try to render the page. The error is something along the lines of:
Here's a snippet of the markdown file that seems to be causing this issue. I can't seem to paste it here without GitHub's markdown engine rendering it so here: https://pastebin.com/raw/chCaM7EK
I tried querying this markdown file's html via GraphQL to see what is going on and I got this issue and it seems to be isolated to the gatsby-remark-code-buttons plugin. Removing this plugin seems to resolve the issue.