Affected packages and versions
4.0.0
Link to runnable example
https://github.com/arechsteiner/gfm-bug/blob/main/src/App.tsx#L12
Steps to reproduce
Attempt to render
const test = `hello world \`call' hello world \`call'`
With
<ReactMarkdown remarkPlugins={[remarkGfm]}>
{test}
</ReactMarkdown>
Expected behavior
Previously this was no issue.
Actual behavior
TypeError: Cannot read properties of undefined (reading 'inTable')

Runtime
No response
Package manager
yarn 1
OS
macOS
Build and bundle tools
Vite