Skip to content

Commit

Permalink
Clarify where to look at
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Mar 14, 2024
1 parent 4040ac1 commit ea15197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REFERENCE.md
Expand Up @@ -105,7 +105,7 @@ set :haml, { escape_html: false }
```

Finally, you can also set them by passing an options hash to `Haml::Engine.new` or `Haml::Template.new`.
For the complete list of available options, please see `Haml::Engine`.
For the complete list of available options, please see [`Haml::Engine`](https://github.com/haml/haml/blob/main/lib/haml/engine.rb).

## Plain Text

Expand Down

0 comments on commit ea15197

Please sign in to comment.