Skip to content

Commit 86b0568

Browse files
HeroicEricRobbieTheWagner
authored andcommitted
Fix component docs example formatting (#14)
This fixes the formatting of the "Component Documentation" example in the readme. It was previously being mangled due to the nested code block in the example.
1 parent a26cfd2 commit 86b0568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ properties:
9898
* `@argument` which is meant to represent an argument passed into the
9999
component
100100

101-
```js
101+
~~~js
102102
/**
103103
A foo-bar component. Usage:
104104
@@ -119,7 +119,7 @@ export default Ember.Component.extend({
119119
*/
120120
baz: -1
121121
});
122-
```
122+
~~~
123123

124124
### Documenting Modules
125125

0 commit comments

Comments
 (0)