Closed mlinksva closed 7 years ago
[year] (not a handlebars field) -> {{{ year }}}
[year]
{{{ year }}}
{{ author }} (handlebars field that gets escaped) -> {{{ author }}}
{{ author }}
{{{ author }}}
Works with https://github.com/probot/create-probot-app/pull/14 to support year field, avoids output like https://github.com/clarkbw/probot-in-progress/commit/c9f60b9d486a94f95cbd38bf0b28889596c7fbaa#diff-9879d6db96fd29134fc802214163b95aR3
Copyright (c) [year], Bryan Clark <clarkbw@github.com>
Thanks for fixing this!
[year]
(not a handlebars field) ->{{{ year }}}
{{ author }}
(handlebars field that gets escaped) ->{{{ author }}}
Works with https://github.com/probot/create-probot-app/pull/14 to support year field, avoids output like https://github.com/clarkbw/probot-in-progress/commit/c9f60b9d486a94f95cbd38bf0b28889596c7fbaa#diff-9879d6db96fd29134fc802214163b95aR3