aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ur/basis.urs
diff options
context:
space:
mode:
authorGravatar Sergey Mironov <grrwlf@gmail.com>2013-10-07 14:07:06 +0400
committerGravatar Sergey Mironov <grrwlf@gmail.com>2013-10-07 14:07:06 +0400
commit3dd802c67614343e0369c1c0e7658dd7bc8a4d3e (patch)
tree4cb3a42dbf5b432136b4354d0d1ca3c9d574d8a0 /lib/ur/basis.urs
parent774af1179ef64496a266af9f6f018d5ed234488f (diff)
Add <em> and <strong> tags
Diffstat (limited to 'lib/ur/basis.urs')
-rw-r--r--lib/ur/basis.urs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs
index f3e29c53..5b47ba4a 100644
--- a/lib/ur/basis.urs
+++ b/lib/ur/basis.urs
@@ -829,6 +829,8 @@ val span : bodyTag boxAttrs
val div : bodyTag boxAttrs
val p : bodyTag boxAttrs
+val strong : bodyTag boxAttrs
+val em : bodyTag boxAttrs
val b : bodyTag boxAttrs
val i : bodyTag boxAttrs
val tt : bodyTag boxAttrs