mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Don't try to link to Sass::Plugin in Changelog.
Change braces to backticks so generating docs doesn't try to create link to `Sass::Plugin`. Use backticks to format as code instead. This removes warning "Cannot resolve link to Sass::Plugin" that was being generated.
This commit is contained in:
parent
ce2d5ca45a
commit
4b6f9c0cd1
1 changed files with 1 additions and 1 deletions
|
@ -1172,7 +1172,7 @@ There is now a `:cdata` filter for wrapping text in CDATA tags.
|
|||
|
||||
#### `:sass`
|
||||
|
||||
The `:sass` filter now uses options set in {Sass::Plugin},
|
||||
The `:sass` filter now uses options set in `Sass::Plugin`,
|
||||
if they're available.
|
||||
|
||||
### Executables
|
||||
|
|
Loading…
Reference in a new issue