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 am trying to pass a custom markdownit prop with the commonmark param like so:
const content = `This should mean that the following:
<strong>Hello World</strong>
results in the same output as:
**Hello World**
`;
<Markdown markdownit={MarkdownIt('commonmark')}>{ content }</Markdown>
I am getting the following error:
html_block renderRule not defined example: <Markdown rules={renderRules}>
What am I missing?
The text was updated successfully, but these errors were encountered:
I am trying to pass a custom
markdownit
prop with thecommonmark
param like so:I am getting the following error:
What am I missing?
The text was updated successfully, but these errors were encountered: