Skip to content

Commit

Permalink
Merge pull request #1022 from mehagar/anchor
Browse files Browse the repository at this point in the history
Get inserting ruby anchor working

[ci skip]
  • Loading branch information
amatsuda committed Feb 18, 2020
2 parents 37e1fe5 + c59b21b commit 598f2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions REFERENCE.md
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 598f2b3

Please sign in to comment.