aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1fb534a..395e10b 100644
--- a/README.md
+++ b/README.md
@@ -279,12 +279,16 @@ you'll transform your snippet into the appropriate tag structure.
#### Properties
b[x] <b x=""></b>
+ b[x.] <b x></b>
b[x=] <b x=""></b>
b[x=""] <b x=""></b>
b[x=y] <b x="y"></b>
b[x="y"] <b x="y"></b>
b[x="()"] <b x="()"></b>
b[x m] <b x="" m=""></b>
+ b[x. m] <b x m=""></b>
+ b[x m.] <b x="" m></b>
+ b[x. m.] <b x m></b>
b[x= m=""] <b x="" m=""></b>
b[x=y m=l] <b x="y" m="l"></b>
b/[x=y m=l] <b x="y" m="l"/>