aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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 -->