rsms / markdown-wasm

Very fast Markdown parser and HTML generator implemented in WebAssembly, based on md4c
https://rsms.me/markdown-wasm/
MIT License
1.51k stars 62 forks source link

Question: Guidance on how to use this with Blazor? #10

Closed turp closed 3 years ago

turp commented 3 years ago

Has anyone looked into how to integrate this with a Blazor app? Are there any examples available?

Thanks!

rsms commented 3 years ago

You might have better luck asking the Blazor team about this. If you can run javascript & wasm you can run this thing.

turp commented 3 years ago

OK - thanks!