diff --git a/src/guide/index.md b/src/guide/index.md index 3f5b48a2..04de94d7 100644 --- a/src/guide/index.md +++ b/src/guide/index.md @@ -126,9 +126,13 @@ mustache, `/`, of the same name. Let's consider a helper that will generate an H -The example creates a helper named `list` to generate our HTML list. The helper receives the `people` as its first -parameter, and an `options` hash as its second parameter. The options hash contains a property named `fn`, which you can -invoke with a context just as you would invoke a normal Handlebars template. +The example creates a helper named `list` to generate our HTML list. + + + +The helper receives the `people` as its first parameter, and an `options` hash as its second parameter. The options hash +contains a property named `fn`, which you can invoke with a context just as you would invoke a normal Handlebars +template. When executed, the template will render: