Skip to content

Commit 01568b2

Browse files
authored
Let everyone know that we don't support html tags (#97)
1 parent 6d34615 commit 01568b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,14 @@ _Coming soon..._
294294
}
295295
```
296296

297+
* 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).
298+
299+
However, you can still use [tag interpolation](https://pugjs.org/language/interpolation.html#tag-interpolation):
300+
301+
```pug
302+
p Good #[strong Morning]
303+
```
304+
297305
## FAQ
298306

299307
### Can I import template from other files?

0 commit comments

Comments
 (0)