diff options
author | smihica <smihica@gmail.com> | 2013-03-10 15:13:53 +0900 |
---|---|---|
committer | smihica <smihica@gmail.com> | 2013-03-10 15:13:53 +0900 |
commit | 4bbdc0f091446bd56dc105429e6d7118a59b2805 (patch) | |
tree | 1a89342f2d24a628a24783e29c6f51a4e98e5ccd /README.md | |
parent | cdeda3f52d8d390ec9533397aedd77df136a8dd6 (diff) | |
download | emmet-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.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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> |