aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsmihica <smihica@gmail.com>2013-01-02 18:55:01 +0900
committersmihica <smihica@gmail.com>2013-01-02 18:55:01 +0900
commitf9d3143a20200ac11b6c6a98e179a3875f957bb2 (patch)
tree5510934838fd158bb02cd8a3927dbd91f0fb6fa4 /README.md
parentfc15836a9da44ad5bd7954de28c5549b4feedbaf (diff)
downloademmet-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.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
index c29a4af..058e4ed 100644
--- a/README.md
+++ b/README.md
@@ -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 -->