markdown_wasi 0.1.2

Cross programming language markdown operations with WASI
Documentation
1
2
3
4
5
import wasmtime
import markdown_wasi

print(markdown_wasi.md_to_html("# Hello"))
print(markdown_wasi.html_to_md("<strong>Hello</strong>"))