mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Fix links in REFERENCE.md
The string `#{` was causing any yard links later in the file not to be rendered (e.g. the literal "{Haml::Helpers}" is left in the html). Close the open brace so yard creates the links correctly.
This commit is contained in:
parent
d374c3676c
commit
e2c939b575
1 changed files with 1 additions and 1 deletions
|
@ -1098,7 +1098,7 @@ and might compile to
|
|||
|
||||
<p>This is scrumptious cake!</p>
|
||||
|
||||
Backslashes can be used to escape `#{` strings,
|
||||
Backslashes can be used to escape `#{}` strings,
|
||||
but they don't act as escapes anywhere else in the string.
|
||||
For example:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue