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
When I use the following syntax for an admonition block with TIP variant.
TIP
[This is the tip contents]{{admonition tip}}
The block is displayed but its style is incorrect. I expect it to have "custom" variant style as in this doc: https://www.patternfly.org/components/alert#alert-variants.
Using v5.3.0 with Patternfly 5.
v5.3.0
"@patternfly/quickstarts": "^5.3.0", "@patternfly/react-catalog-view-extension": "^5.0.0", "@patternfly/react-charts": "^7.3.0", "@patternfly/react-core": "^5.3.4", "@patternfly/react-icons": "^5.3.2", "@patternfly/react-styles": "^5.3.1", "@patternfly/react-table": "^5.3.4", "@patternfly/react-topology": "^5.2.0",
I think a quick fix would be to set the variant of the TIP admonition to custom or simply unset it. See below:
custom
patternfly-quickstarts/packages/module/src/ConsoleShared/src/components/markdown-extensions/admonition-extension.tsx
Line 20 in 1a067a4
Reference: https://www.patternfly.org/components/alert#alert
The text was updated successfully, but these errors were encountered:
Currently, this is blocking us from upgrading to Patternfly 5 :( Hopefully, there would be a fix soon :D
Sorry, something went wrong.
No branches or pull requests
Description
When I use the following syntax for an admonition block with
TIP
variant.The block is displayed but its style is incorrect. I expect it to have "custom" variant style as in this doc: https://www.patternfly.org/components/alert#alert-variants.
Environment
Using
v5.3.0
with Patternfly 5.Others
I think a quick fix would be to set the variant of the
TIP
admonition tocustom
or simply unset it. See below:patternfly-quickstarts/packages/module/src/ConsoleShared/src/components/markdown-extensions/admonition-extension.tsx
Line 20 in 1a067a4
Reference: https://www.patternfly.org/components/alert#alert
The text was updated successfully, but these errors were encountered: