mpreview interface

this is a JavaScript interface for mpreview. insert your markdown into the textbox, click "Submit", and your markdown will render in mpreview. if you're unsure what markdown is, check out this guide: it's very easy to learn and write!


put your markdown here:


information for advanced users

this mpreview interface uses JavaScript to convert the markdown to base64 and append it to the mpreview URL. if you wish to do this without javascript, convert your markdown to bas64 and replace the %s in https://turtle.garden/mpreview?m=%s with your base64 code. warning: the decoder on the server will error if you put any HTML in, even in a codeblock. (I don't know why it does this)