aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 202e7ed..7607143 100644
--- a/README.md
+++ b/README.md
@@ -143,6 +143,16 @@ you'll transform your snippet into the appropriate tag structure.
<c><d></d></c>
</a>
+## Climb-up
+
+ a>b^c <a><b></b></a><c></c>
+ a>b>c^d <a>
+ <b><c></c></b>
+ <d></d>
+ </a>
+ a>b>c^^d <a><b><c></c></b></a>
+ <d></d>
+
## Multiplication
a*1 <a></a>