Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is there a way to ignore specific prompt? #102

Open
lili21 opened this issue Jun 13, 2016 · 0 comments
Open

is there a way to ignore specific prompt? #102

lili21 opened this issue Jun 13, 2016 · 0 comments

Comments

@lili21
Copy link

lili21 commented Jun 13, 2016

I used this helper to handle unprocessed mustache blocks.

khaos.helpers({
    'raw-helper': function(opts) {
      return opts.fn();
   }
});

My template

...
{{{{raw-helper}}}}
{{bar}}
{{{{/raw-helper}}}}
...

It did output {{bar}} as expecting. But now khaso ask for raw-helper value, It there a way to disabled this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant