GLFM Dingus and proof of running in WebAssembly... #360
digitalmoksha
started this conversation in
Show and tell
Replies: 1 comment
-
I love this, thank you so much for sharing! :D |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my journey with
comrak
, we usecomrak
in a new project, gitlab-glfm-markdown. It is meant to specifically render GitLab Flavored Markdown (GLFM). It's young, experimental, and evolving. While it provides a Ruby interface (same concept ascommonmarker
), it allows us to try and move some of our transformations into Rust.In order to demonstrate that it works in WebAssembly and provide some demo capability, I ported the CommonMark dingus to use it.
GitLab Flavored Markdown dingus
Kinda cool to see
comrak
running in a browser...Beta Was this translation helpful? Give feedback.
All reactions