feature: add subscript and superscript extensions, docs and tests

This commit is contained in:
Hans Pagel
2021-06-01 16:18:25 +02:00
committed by Hans Pagel
parent 7387eaf51b
commit 3f57a13d19
16 changed files with 492 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
import { Superscript } from './superscript'
export * from './superscript'
export default Superscript