-
-
Notifications
You must be signed in to change notification settings - Fork 32.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
[docs] Fix escape "|" char #12254
[docs] Fix escape "|" char #12254
Conversation
Good catch! But to fix it you'll need to edit the comment in the component and run |
@mbrookes oh, sorry! |
pages/api/button.md
Outdated
@@ -47,18 +47,18 @@ This property accepts the following keys: | |||
| <span class="prop-name">flatPrimary</span> | Styles applied to the root element for backwards compatibility with legacy variant naming. | |||
| <span class="prop-name">flatSecondary</span> | Styles applied to the root element for backwards compatibility with legacy variant naming. | |||
| <span class="prop-name">outlined</span> | Styles applied to the root element if `variant="outlined"`. | |||
| <span class="prop-name">contained</span> | Styles applied to the root element if `variant="[contained \| fab]"`. | |||
| <span class="prop-name">containedPrimary</span> | Styles applied to the root element if `variant="[contained \| fab]"` and `color="primary"`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we lost a closing bracket?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm working on this if you don't mind 👼
@oliviertassinari fyi this escape seems to not be working: https://cl.ly/2w140H3o1S0p |
a4f7e6f
to
4b50c7b
Compare
@TheRusskiy Perfect! |
at the moment
|
char is unescaped which messes up formatting