Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

Add fenced code block with language wherever necessary. #73

Conversation

tundal45
Copy link
Contributor

Currently, you building the guides on master fails because guides have code either not fenced in blocks or don't have language specified. This fixes the guides so that they build. #53 will add better error message for this situation in the future and will also run both the tests & the build the guide as a part of CI build.

@@ -35,7 +35,7 @@ For example, if you are wondering why a specific variable isn't displaying in
your template, you could use the `{{debugger}}` helper. When the breakpoint is
hit, you can use the `templateContext` in your console to lookup properties:

```
```javascript
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is technically JS console but javascript felt right.

@trek trek closed this Mar 21, 2015
@trek trek reopened this Mar 21, 2015
trek added a commit that referenced this pull request Mar 21, 2015
…uage-where-necessary

Add fenced code block with language wherever necessary.
@trek trek merged commit c20c158 into emberjs:master Mar 21, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants