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
It doesn't seem possible to unescape multiple backticks in the fixed-width code font.
` (backtick space backtick space backtick) will render a single backtick as fixed-width.
But if you add more backticks or remove the spaces, the tech docs renders them as either just spaces, or a combination of quote marks (") and backticks.
It doesn't seem possible to unescape multiple backticks in the fixed-width code font.
`
(backtick space backtick space backtick) will render a single backtick as fixed-width.But if you add more backticks or remove the spaces, the tech docs renders them as either just spaces, or a combination of quote marks (
"
) and backticks.I encountered this while trying to update the 'Change your content' page of the tech docs documentation to explain how to render code.
The text was updated successfully, but these errors were encountered: