Get inserting ruby anchor working

This commit is contained in:
Michael Hagar 2020-02-17 13:03:39 -06:00
parent 37e1fe5a68
commit c59b21bf80
1 changed files with 2 additions and 2 deletions

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