Add <sup> and <sub> support to content (#808)

* add sup and sub support to content

* tweak, add subscript example
This commit is contained in:
lorin
2017-06-25 01:18:52 +02:00
committed by Jeremy Thomas
parent fcdb86bb1b
commit 63c80625be
2 changed files with 7 additions and 4 deletions

View File

@@ -73,7 +73,10 @@
overflow-x: auto
padding: 1.25em 1.5em
white-space: pre
word-wrap: normal
word-wrap: normal
sup,
sub
font-size: 70%
table
width: 100%
td,