-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
TOML lang line breaks on section #2443
Comments
The test page renders everything as expected. The bug lies somewhere in your code, but unfortunately, I don't know enough about React to tell you what it is. |
ok |
@MatteoGauthier Did you happen to sort this issue out? I'm also facing with it. |
Looking at the issue again, my best guess is that |
Thanks @RunDevelopment for the guess. Indeed, there were additional styles applied to In order to get around this "style glitch", I simply overrode the @layer utilities {
.table {
display: initial;
}
} |
Information
TOML
none
Description
Prism create punctuation element for
[[section]]
in tomlCode snippet
App.js
it render :

The text was updated successfully, but these errors were encountered: