Skip to content

Commit

Permalink
Markdown fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smfoote committed Feb 9, 2015
1 parent 7f61988 commit 7fa05b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you need to reference values within nested objects, you can use dot-notation

Learn more about [Dust References](/docs/syntax#reference).

###Conditionals
### Conditionals
Dust can include content conditionally with `?` (exists) and `^` (not exists). Given a reference, the conditionals check if the value of that reference is truthy or falsy, then output the content accordingly. See the [conditionals syntax documentation](/docs/syntax#exists) for more information on what is truthy and what is falsy in Dust.

<dust-tutorial template-name="reference">
Expand Down

0 comments on commit 7fa05b0

Please sign in to comment.