Fixes #664 - [docs] opening tag-brackets ("<") being improperly converted to "&lt;"

This commit is contained in:
Patrick Steele-Idem 2017-04-10 09:59:29 -06:00
parent e87e3e6ef8
commit 1be5ea626e

View File

@ -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