We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"### My Great Heading {#custom-id} "
should be converted to following according Markdown document
"< h3 id="custom-id">'My Great Heading </h3 >"
but using react-markdown, it is getting converted to "< h3 > My Great Heading {#custom-id}</h3 >"
The text was updated successfully, but these errors were encountered:
@rexxars - Do we have any way by which I could achieve this?
Sorry, something went wrong.
#384
I found:
getCoreProps
As a solution I would either split props or pass the rest to renderer. Although, I see no additional props passed by plugins.
This is not a feature of markdown, and as such would not be supported in core. However it can be added through a remark plugin by adding https://github.com/imcuttle/remark-heading-id
No branches or pull requests
"### My Great Heading {#custom-id} "
should be converted to following according Markdown document
"< h3 id="custom-id">'My Great Heading </h3 >"
but using react-markdown, it is getting converted to
"< h3 > My Great Heading {#custom-id}</h3 >"
The text was updated successfully, but these errors were encountered: