Skip to content

Instantly share code, notes, and snippets.

@Robdel12
Created October 4, 2016 18:46
Show Gist options
  • Save Robdel12/3bca4ccf9c2f887ae76965fd49f59248 to your computer and use it in GitHub Desktop.
Save Robdel12/3bca4ccf9c2f887ae76965fd49f59248 to your computer and use it in GitHub Desktop.
{{#markdown-component}}
## I want this to be markdown
So all of this _should_ be parsed and code like this:
```hbs
{{my-component on-change=(action "thing")}}
```
shouldn't be executed.
{{/markdown-component}}
@Robdel12
Copy link
Author

Robdel12 commented Oct 4, 2016

Right now it will try to find the action "thing" in the controller/component because it's trying to execute the code

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