diff options
author | smihica <smihica@gmail.com> | 2013-01-02 18:55:01 +0900 |
---|---|---|
committer | smihica <smihica@gmail.com> | 2013-01-02 18:55:01 +0900 |
commit | f9d3143a20200ac11b6c6a98e179a3875f957bb2 (patch) | |
tree | 5510934838fd158bb02cd8a3927dbd91f0fb6fa4 /README.md | |
parent | fc15836a9da44ad5bd7954de28c5549b4feedbaf (diff) | |
download | emmet-mode-f9d3143a20200ac11b6c6a98e179a3875f957bb2.tar.lz emmet-mode-f9d3143a20200ac11b6c6a98e179a3875f957bb2.tar.xz emmet-mode-f9d3143a20200ac11b6c6a98e179a3875f957bb2.zip |
Added Text {} syntax support. (http://docs.emmet.io/abbreviations/syntax/#text-)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -228,6 +228,32 @@ you'll transform your snippet into the appropriate tag structure. <a></a> <b></b> +## Text inner tag. + + a{Click me} <a>Click me</a> + a>{Click me}*2 <a> + Click me + Click me + </a> + a{click}+b{here} <a>click</a> + <b>here</b> + a>{click}+b{here} <a> + click + <b>here</b> + </a> + p>{Click }+a{here}+{ to continue} + <p> + Click + <a>here</a> + to continue + </p> + p{Click }+a{here}+{ to continue} + <p> + Click + </p> + <a>here</a> + to continue + ## Filter: HTML with comments a.b|c <!-- .b --> |