Closed tyeeman closed 1 year ago
Hi @tyeeman you are better off using markdeep or another library if you want a html export (under the hood we are using showdown.js).
This is a client side script library use to convert the markdown to html in browser only
Thanks for writing this. I like this type of page builder. I tried saving the page once loaded in Firefox but it's not saving as an HTML page, just the source code markdown is saved. Is there any way to get the actual html the browser is showing us? I know that markdeep, which is similar, has a
?export
function to get the html. Have you thought of maybe adding something like that?