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 using the ` character it does not render correcly.
`
This can be reproduced on the Clarity Docs site, https://clarity.design/documentation/input :
When single back ticks around around a word, the backticks get displayed over the first character.
Input should be `test`, but displays as:
`test`
When using multiple back ticks, only the first is shown:
Input should be ``` (3 back ticks in a row):
```
This behaviour is also observed in non-input fields, for example, editing the source of clarity to add ` around the word input in this paragraph:
input
Backticks are rendered correctly as per the user's input.
Clarity version:
Framework version:
Device:
Thanks 😄
The text was updated successfully, but these errors were encountered:
"backtick"
backtick
Hello,
We are aware of this issue but it requires updating the font version which for us now is a breaking change and it could happen in a major release.
Regards, Daniel Tsanev
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When using the
`
character it does not render correcly.How to reproduce
This can be reproduced on the Clarity Docs site, https://clarity.design/documentation/input :
When single back ticks around around a word, the backticks get displayed over the first character.
Input should be
`test`
, but displays as:When using multiple back ticks, only the first is shown:
Input should be
```
(3 back ticks in a row):This behaviour is also observed in non-input fields, for example, editing the source of clarity to add
`
around the wordinput
in this paragraph:Expected behaviour
Backticks are rendered correctly as per the user's input.
Versions
Clarity version:
Framework version:
Device:
Thanks 😄
The text was updated successfully, but these errors were encountered: