以下のYAMLコードをコピーして、サンプルページのフロントマターとして使用できます。
このURLをGitHubの問題に貼り付けて、バグや質問を提出するときに設定を共有できます
Handlebars
テンプレート
{{! This comment will not show up in the output}}
<!-- This comment will show up as HTML-comment -->
{{!-- This comment may contain mustaches like }} --}}
準備スクリプト
// Handlebars.registerHelper('loud', function(string) {
// return string.toUpperCase()
// });
入力
{}
出力
<!-- This comment will show up as HTML-comment -->