summaryrefslogtreecommitdiff
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
commit4af04633946effbafddbbc59967eff2b09b11c9b (patch)
tree4cb3a42dbf5b432136b4354d0d1ca3c9d574d8a0 /lib/ur/basis.urs
parent950761f1b200c658f9c20f8a9128a46027f0a227 (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