1
0
Fork 0
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:
Michael Hagar 2020-02-17 13:03:39 -06:00
parent 37e1fe5a68
commit c59b21bf80

View file

@ -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