From 3db02e438c003a076d27b910ebf6bd369e611e72 Mon Sep 17 00:00:00 2001 From: Daniel LaLiberte Date: Thu, 14 Sep 2023 15:58:02 +0000 Subject: [PATCH] Escaping {{...}} with \\{{...\\}} --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index c9dbead..1ffac43 100644 --- a/index.md +++ b/index.md @@ -436,8 +436,8 @@ Definition Notation|Meaning Link Notation|Meaning --------|------- -`\[=foo=\]` | Link to definition of `foo` -`\{{foo\}}` | A reference to the IDL entry for `foo` +`[=foo=]` | Link to definition of `foo` +`\\{{foo\\}}` | A reference to the IDL entry for `foo` `[[foo]]` | A non-no­rmative reference to the SpecRef entry `foo` `[[!foo]]` | A normative reference to the SpecRef entry `foo` `[[#foo]]` | A reference to the section in the local document named `foo`