markup icon indicating copy to clipboard operation
markup copied to clipboard

Inline code expects { to be closed

Open maqifrnswa opened this issue 5 years ago • 0 comments

I'm trying to do `{{` inline code that is {{V. When I do {{, I get the follow error on my GitHub Pages site: GitHub Pages failed to build your site. The variable {{ on line 69 in spec.md was not properly closed with }}.

I've tried {{ and \{\{ and {{, each gives an error that {{ needs to be properly closed, which shouldn't happen inside of code. I really do want to literally write {{V, and it renders fine - but GitHub Pages keeps saying it is failing: https://github.com/maqifrnswa/PCSI/runs/781893660

maqifrnswa avatar Jun 18 '20 01:06 maqifrnswa