Skip to content

Commit

Permalink
Update documentation for sass, less and coffee
Browse files Browse the repository at this point in the history
Close #794
  • Loading branch information
k0kubun committed May 3, 2017
1 parent dd61ef6 commit a1977c8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1144,9 +1144,9 @@ Surrounds the filtered text with CDATA tags.

### `:coffee` {#coffee-filter}

Compiles the filtered text to Javascript using Coffeescript. You can also
reference this filter as `:coffeescript`. This filter is implemented using
Tilt.
Compiles the filtered text to JavaScript in `<script>` tag using CoffeeScript.
You can also reference this filter as `:coffeescript`. This filter is
implemented using Tilt.

### `:css` {#css-filter}

Expand Down Expand Up @@ -1174,7 +1174,7 @@ option} to control when CDATA tags are added.

### `:less` {#less-filter}

Parses the filtered text with [Less](http://lesscss.org/) to produce CSS output.
Parses the filtered text with [Less](http://lesscss.org/) to produce CSS output in `<style>` tag.
This filter is implemented using Tilt.

### `:markdown` {#markdown-filter}
Expand Down Expand Up @@ -1217,12 +1217,13 @@ template.
### `:sass` {#sass-filter}

Parses the filtered text with [Sass](http://sass-lang.com/) to produce CSS
output. This filter is implemented using Tilt.
output in `<style>` tag. This filter is implemented using Tilt.

### `:scss` {#scss-filter}

Parses the filtered text with Sass like the `:sass` filter, but uses the newer
SCSS syntax to produce CSS output. This filter is implemented using Tilt.
SCSS syntax to produce CSS output in `<style>` tag. This filter is implemented
using Tilt.

### `:textile` {#textile-filter}

Expand Down

0 comments on commit a1977c8

Please sign in to comment.