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: guides/release/components/template-tag-format.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Template Tag became the default component authoring format [starting at Ember 6.
9
9
<div class="cta-note-body">
10
10
<div class="cta-note-heading">Zoey says...</div>
11
11
<div class="cta-note-message">
12
-
Before the creation of Template Tag, components were authored as paired JS and HBS files. The HBS in these files has some different behaviors than modern Template Tag. The [Strict Handlebars RFC](https://rfcs.emberjs.com/id/0496-handlebars-strict-mode/) explains what changed between HBS and GJS.
12
+
Before the creation of Template Tag, components were authored as paired JS and HBS files. The HBS in these files has some different behaviors than modern Template Tag. The <a href="https://rfcs.emberjs.com/id/0496-handlebars-strict-mode/">Strict Handlebars RFC</a> explains what changed between HBS and GJS.
0 commit comments