Skip to content

Commit

Permalink
Let everyone know that we don't support html tags (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhlobo committed Mar 31, 2019
1 parent 6d34615 commit 01568b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,14 @@ _Coming soon..._
}
```
* We don't support html language in pug templates. This is different than [what Pug promises](https://pugjs.org/language/plain-text.html#inline-in-a-tag).

However, you can still use [tag interpolation](https://pugjs.org/language/interpolation.html#tag-interpolation):

```pug
p Good #[strong Morning]
```

## FAQ

### Can I import template from other files?
Expand Down

0 comments on commit 01568b2

Please sign in to comment.