You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it intended/expected behavior that the backtick character (`, Html `) is a combining grave accent over the subsequent character instead of just a standalone backtick character?
It seems like you're encountering a problem related to the font rendering behavior of "Overpass" in your specific context. The issue appears to be with the font itself rather than the HTML/CSS code you've shared.
On a similar note, having three successive backtick characters ``` visually renders as a single backtick. This is very confusing when trying to render Markdown code where triple backticks are used to denote the start of a code block.
Is it intended/expected behavior that the backtick character (
`
, Html`
) is a combining grave accent over the subsequent character instead of just a standalone backtick character?Html:
Result:
I would expect Overpass to keep the backtick separate, as its own character, as Overpass Mono does.
The text was updated successfully, but these errors were encountered: