You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If options.helpers is set and custom Handlebars helpers are included, the second pass on the markup of examples with Handlebars removes all unregistered helpers entirely. In the case where some examples have been included in a code block in Markdown, like below, this will result in an empty code block.
/**
* ```hbs
* {{#test-component}}
* Some text
* {{/test-component}}
* ```
*/
The text was updated successfully, but these errors were encountered:
If
options.helpers
is set and custom Handlebars helpers are included, the second pass on the markup of examples with Handlebars removes all unregistered helpers entirely. In the case where some examples have been included in a code block in Markdown, like below, this will result in an empty code block.The text was updated successfully, but these errors were encountered: