From 06b9cf5ae028ce0d39e12fe7c8e9a0c72810a1ef Mon Sep 17 00:00:00 2001 From: Bo Wang Date: Tue, 7 Mar 2017 22:18:49 -0700 Subject: [PATCH] Update index.md Break long lines in sample HTML code into short lines to avoid a horizontal scrollbar caused by limited column width --- src/v2/guide/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/v2/guide/index.md b/src/v2/guide/index.md index 4a63056fc1..897abc4cfc 100644 --- a/src/v2/guide/index.md +++ b/src/v2/guide/index.md @@ -60,7 +60,8 @@ In addition to text interpolation, we can also bind element attributes like this ``` html
- Hover your mouse over me for a few seconds to see my dynamically bound title! + Hover your mouse over me for a few seconds + to see my dynamically bound title!
```