Features
Use Cases
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
ije
md
Public
Fork
Like
2
Code
Pull Requests
Forks
References
4
Dependencies
Versions
v2
Back
Version 1
2/29/2024
9
1
2
3
4
5
6
7
8
9
import
{
init
,
mdToHtml
}
from
"
https://esm.sh/md4w@0.2.4
"
await
init
(
'small'
)
console
.
log
(
mdToHtml
(
"# hi"
)
)
export
function
render
(
html
)
{
return
mdToHtml
(
html
)
}
Copy
Updated: February 29, 2024