alphagov / tech-docs-gem

Gem to distribute the tech docs project
https://tdt-documentation.london.cloudapps.digital/
MIT License
15 stars 38 forks source link

Not possible to unescape multiple backticks in code #185

Open m-green opened 4 years ago

m-green commented 4 years ago

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.