diff --git a/modules/angular2/docs/core/01_templates.md b/modules/angular2/docs/core/01_templates.md index 3575e0efc1..5574ed65de 100644 --- a/modules/angular2/docs/core/01_templates.md +++ b/modules/angular2/docs/core/01_templates.md @@ -29,60 +29,74 @@ detail in the following sections. DescriptionShortCanonical - + Text Interpolation -```html +
+```
 
{{exp}}
``` +
Example: -```html +
+```
 
Hello {{name}}!
Goodbye {{name}}!
``` +
`
` Example: -```html +
+```
 
_x_
``` +
Property Interpolation -```html +
+```
 
``` +
Example: -```html +
+```
 
` ``` +
-```html +
+```
 
``` +
Example: -```html +
+```
 
``` +
@@ -143,20 +157,24 @@ Example: Example: +
 ```
 
`
` Example: +
 ```
 
@@ -166,6 +184,7 @@ Example: Example: +
 ```
 
  • @@ -173,11 +192,13 @@ Example:
``` +
`` Example: +
 ```