mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Get inserting ruby anchor working
This commit is contained in:
parent
37e1fe5a68
commit
c59b21bf80
1 changed files with 2 additions and 2 deletions
|
@ -853,7 +853,7 @@ is compiled to:
|
|||
|
||||
## Ruby Evaluation
|
||||
|
||||
### Inserting Ruby: `=`
|
||||
### Inserting Ruby: `=` {#inserting_ruby}
|
||||
|
||||
The equals character is followed by Ruby code. This code is evaluated and the
|
||||
output is inserted into the document. For example:
|
||||
|
@ -1323,7 +1323,7 @@ that just need a lot of template information.
|
|||
So data structures and functions that require lots of arguments
|
||||
can be wrapped over multiple lines,
|
||||
as long as each line but the last ends in a comma
|
||||
(see [Inserting Ruby](#inserting_ruby_)).
|
||||
(see [Inserting Ruby](#inserting_ruby)).
|
||||
|
||||
## Whitespace Preservation
|
||||
|
||||
|
|
Loading…
Reference in a new issue