@kochrt this is a fantastic project, thanks for putting it together! We're using the VS Code extension for editing but we have a (seemingly) simple need: publishing a read-only interactive web version for in use in browsers. Similar to Mermaid and Markmap others that allow text to HTML/Js visualizations does Markwhen support creating browsable output for vanilla HTML sites (this is not the same as export/SVG).
For example, Mermaid and Markmap have an easy integration by just using <div class="mermaid">...content...</div>. How could we do something similar to make Markwhen markdown browsable?
@kochrt this is a fantastic project, thanks for putting it together! We're using the VS Code extension for editing but we have a (seemingly) simple need: publishing a read-only interactive web version for in use in browsers. Similar to Mermaid and Markmap others that allow text to HTML/Js visualizations does Markwhen support creating browsable output for vanilla HTML sites (this is not the same as export/SVG).
For example, Mermaid and Markmap have an easy integration by just using
<div class="mermaid">...content...</div>. How could we do something similar to make Markwhen markdown browsable?