Skip to content

Commit

Permalink
Trying to escape [=...=] and {{...}} brackets.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaliberte committed Sep 14, 2023
1 parent ed738e5 commit ac46a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit ac46a24

Please sign in to comment.