UNPKG
@mdit/plugin-sup
Version:
alpha (0.1.0-alpha.1)
cjs (0.22.5-cjs.0)
latest (0.24.1)
0.24.1
0.24.0
0.23.1
0.23.0
0.22.5-cjs.0
0.22.4-cjs.0
0.22.3-cjs.0
0.22.2
0.22.2-cjs.0
0.22.1
0.22.0
0.21.0
0.20.0
0.19.0
0.18.0
0.17.0
0.16.6-cjs.0
0.16.0
0.15.1
0.15.0
0.14.0
0.13.1
0.13.0
0.12.0
0.11.0
0.10.1
0.10.0
0.9.0
0.8.0
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.1.0-alpha.1
0.1.0-alpha.0
sup plugin for MarkdownIt
mdit-plugins.github.io/sup.html
mdit-plugins/mdit-plugins
@mdit/plugin-sup
/
dist
/
index.js
2 lines
•
158 B
JavaScript
View Raw
1
2
import
{inlineRule
as
e}
from
"@mdit/plugin-inline-rule"
;
const
t
=t=>{
e
(t,{
marker
:
`^`
,
tag
:
`sup`
,
token
:
`sup`
})};
export
{t
as
sup};
//# sourceMappingURL=index.js.map