UNPKG
htex
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Academic writing for the 21st century
github.com/h-tex/htex
h-tex/htex
htex
/
src
/
md
/
plugins-local.js
4 lines
(3 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
export
{
default
as
footnotes }
from
"./footnotes.js"
;
export
{
default
as
betterLinkify }
from
"./better-linkify.js"
;
export
{
default
as
codeHighlight }
from
"./code-highlight.js"
;