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
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
Say I want to provide a code example, but I'm within a template (or the code example is dynamic). There doesn't appear to be any (clean) way of escaping the double curlies.
At first glance it seems like entity syntax should work {, but then you realize that the browser's decoding that before it's being passed to the template element. Further, the template element doesn't do any extra entity decoding (i.e. { is a no go, and is really ugly anyway). Seems like entity syntax isn't a great approach here.
\{\{...\}\} maybe?
The text was updated successfully, but these errors were encountered:
Say I want to provide a code example, but I'm within a template (or the code example is dynamic). There doesn't appear to be any (clean) way of escaping the double curlies.
At first glance it seems like entity syntax should work
{
, but then you realize that the browser's decoding that before it's being passed to the template element. Further, the template element doesn't do any extra entity decoding (i.e.{
is a no go, and is really ugly anyway). Seems like entity syntax isn't a great approach here.\{\{...\}\}
maybe?The text was updated successfully, but these errors were encountered: