Skip to content

Commit 2000ea0

Browse files
committed
docs(README): add handlebars_misc_helpers
1 parent 1464919 commit 2000ea0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ The following keys can be used inside the template
182182
* `references` - List of annotation IDs for any annotations this annotation references (e.g. is a reply to)
183183
* `{{ display_name }}` - Display name of annotation creator. This may not be set.
184184

185-
See the [Handlebars Language Guide](https://handlebarsjs.com/guide/#what-is-handlebars) for more on templating. Some examples for using the list keys
185+
See the [Handlebars Language Guide](https://handlebarsjs.com/guide/#what-is-handlebars) for more on templating. You can also make use of the helpers from [handlebars_misc_helpers](https://lib.rs/crates/handlebars_misc_helpers).
186+
187+
Some examples for using the list keys
186188
and for formatting dates are shown below for different systems:
187189

188190
* mdBook

0 commit comments

Comments
 (0)