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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I write my doc file in Typora that can custom tags style by inline style. like this:
<img src="https://raw.githubusercontent.com/huntye1/gallery/master/image-20201010160924980.png" alt="this is a pic" style="zoom:50%;margin:auto" />
but when i run my site, I got an Error Error: Thestyle prop expects a mapping from style properties to values, not a string.
Error: The
prop expects a mapping from style properties to values, not a string.
I read the doc said that I must change my inline style syntax into object style that using in jsx.
Is there some way to config this action or disable it in .md extension file ?
The text was updated successfully, but these errors were encountered:
Hi @huntye1 , this JSX object syntax is required by the MDX parser that we currently use in v2.
There's already an issue about the current parser limitations regarding compatibility with existing MD ecosystem, so I'm closing this one.
#3018
Sorry, something went wrong.
No branches or pull requests
I write my doc file in Typora that can custom tags style by inline style. like this:
but when i run my site, I got an Error
Error: The
styleprop expects a mapping from style properties to values, not a string.
I read the doc said that I must change my inline style syntax into object style that using in jsx.
Is there some way to config this action or disable it in .md extension file ?
The text was updated successfully, but these errors were encountered: