Skip to content

Commit

Permalink
Merge pull request #1344 from clkao/filter-doc
Browse files Browse the repository at this point in the history
Update document regarding include with filter
  • Loading branch information
ForbesLindesay committed Dec 26, 2013
2 parents df4e3d1 + adef63a commit 1a1ed0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jade-language.md
Expand Up @@ -817,9 +817,9 @@ the AST produced to render what you would expect:
```

As mentioned `include` can be used to include other content
such as html or css. By providing an extension, Jade will
read that file in, apply any [filter](#a7) matching the file's
extension, and insert that content into the output.
such as html or css. By providing an explicit filter name
with `include:`, Jade will read that file in, apply the
[filter](#a7), and insert that content into the output.

```jade
html
Expand Down

0 comments on commit 1a1ed0d

Please sign in to comment.