From 436a58d55073f32b8c0b2b3a4fc53fff69dc5ea1 Mon Sep 17 00:00:00 2001 From: Nabeel Sulieman Date: Sat, 23 Sep 2017 21:47:13 -0700 Subject: [PATCH] Replace

tag with in app3 The code snippet uses `

`, but the actual demo uses `` --- src/v2/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/index.md b/src/v2/guide/index.md index ef4c65a8f3..8ed15507f9 100644 --- a/src/v2/guide/index.md +++ b/src/v2/guide/index.md @@ -99,7 +99,7 @@ It's easy to toggle the presence of an element, too: ``` html

-

Now you see me

+ Now you see me
```