Utilizing rendering engine interface for absurd stuff

Author Topic
admin

Posted on

It is pretty simple to add a new rendering engine to this forum engine. You essentially only need Convert and Name functions. Both of them return string, but whatever happens in between is up to your imagination.

Learn more about adding integrating your very own render engine here: https://vpub.mysh.dev/topics/17

MJML

MJML is a markup language created by Mailjet and designed to generate responsive HTML markup for emails. MJML-go is a wrapper around MJML, but the MJML itself is compiled to WebAssembly module that is then compressed into brotli, then in runtime decompressed and loaded into a Wazero runtime. Love it.

screenshot of MJML post

Video demo: https://mysh.b-cdn.net/vpub-plus-mjml.mp4

Last edited on