You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/dummy/app/templates/docs/components/es-note.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,22 @@
2
2
3
3
{{#docs-demo as |demo|}}
4
4
{{#demo.example name='es-note'}}
5
-
{{#es-note}}
5
+
<EsNote>
6
6
This is a note
7
-
{{/es-note}}
7
+
</EsNote>
8
8
{{/demo.example}}
9
9
{{demo.snippet 'es-note'}}
10
10
{{/docs-demo}}
11
11
12
12
{{#docs-demo as |demo|}}
13
13
{{#demo.example name='es-note-blank'}}
14
-
{{es-note}}
14
+
<EsNote />
15
15
{{/demo.example}}
16
16
{{demo.snippet 'es-note-blank'}}
17
17
{{/docs-demo}}
18
18
19
19
<asiderole="note">
20
20
21
-
Have ideas for this component? Submit an issue or a PR at [https://github.com/ember-learn/ember-styleguide](https://github.com/ember-learn/ember-styleguide).
21
+
Have ideas for this component? Submit an issue or a PR at [https://github.com/ember-learn/ember-styleguide](https://github.com/ember-learn/ember-styleguide).
0 commit comments