aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsmihica <smihica@gmail.com>2013-03-10 15:13:53 +0900
committersmihica <smihica@gmail.com>2013-03-10 15:13:53 +0900
commit4bbdc0f091446bd56dc105429e6d7118a59b2805 (patch)
tree1a89342f2d24a628a24783e29c6f51a4e98e5ccd /README.md
parentcdeda3f52d8d390ec9533397aedd77df136a8dd6 (diff)
downloademmet-mode-4bbdc0f091446bd56dc105429e6d7118a59b2805.tar.lz
emmet-mode-4bbdc0f091446bd56dc105429e6d7118a59b2805.tar.xz
emmet-mode-4bbdc0f091446bd56dc105429e6d7118a59b2805.zip
Fixed a bug that Numbering is not working in case of parent-child multiplication.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 82bc6e6..a34141c 100644
--- a/README.md
+++ b/README.md
@@ -217,6 +217,16 @@ you'll transform your snippet into the appropriate tag structure.
<a3b3/>
<a4b2/>
<a5b1/>
+ a.$*2>b.$$@-*3 <a class=\"1\">
+ <b class=\"03\"></b>
+ <b class=\"02\"></b>
+ <b class=\"01\"></b>
+ </a>
+ <a class=\"2\">
+ <b class=\"03\"></b>
+ <b class=\"02\"></b>
+ <b class=\"01\"></b>
+ </a>
(div>(a#id$$*2)+b.c$@-3+c#d$)*2
<div>
<a id=\"id01\"></a>