diff --git a/src/v2/guide/list.md b/src/v2/guide/list.md
index c30817fabb..3e8396bbf5 100644
--- a/src/v2/guide/list.md
+++ b/src/v2/guide/list.md
@@ -489,11 +489,15 @@ Here's a complete example of a simple todo list:
``` html
-
+
\
{{ title }}\
- \
+ \
\
',
props: ['title']
@@ -553,11 +557,15 @@ new Vue({
{% raw %}