mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Fixes #664 - [docs] opening tag-brackets ("<") being improperly converted to "<"
This commit is contained in:
parent
e87e3e6ef8
commit
1be5ea626e
@ -211,6 +211,8 @@ Directives are denoted by parenthesis and take an argument instead of a value.
|
||||
</if>
|
||||
```
|
||||
|
||||
Below is the same `if()` directive used as an attribute:
|
||||
|
||||
```marko
|
||||
<strong if(true)>
|
||||
Marko is awesome
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user