From 538b0879dc2fd2a754db7318ced1c5b20b6bebd7 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Tue, 17 Feb 2015 22:22:03 +0000 Subject: [PATCH] docs(core/01_templates): add
 tags to improve layout

Closes #687
---
 modules/angular2/docs/core/01_templates.md | 62 +++++++++++++++-------
 1 file changed, 44 insertions(+), 18 deletions(-)

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: +
 ```