Enter markdown text at left and click on "Update", and select "Preview" or "HTML code" to view translated result.
Most of the basic syntax is supported, with some noted deviations:<h1>Welcome to the pinta markdown to html editor</h1> <p><img src="../folder/md-favicon.svg" height=64 alt="markdown icon"></p> <p>Enter <a href="http://www.markdownguide.org/" title="Update">markdown</a> text at left and click on "Update", and select "Preview" or "HTML code" to view translated result.</p> Most of the <a href="https://www.markdownguide.org/basic-syntax/">basic syntax</a> is supported, with some noted deviations: <ul><li> The controversial trailing whitespace is not required for line break </li><li> Basic code blocks are not supported, but <a href="https://www.markdownguide.org/extended-syntax/#fenced-code-blocks">fenced code blocks</a> are </li><li> Reference-style links are not supported </li><li> Only a few characters can be escaped </li></ul> A good portion of the <a href="https://www.markdownguide.org/extended-syntax/">extended syntax</a> is also supported, plus some extras, including: <ul><li> <a href="https://www.markdownguide.org/extended-syntax/#tables">Tables</a> (but not table alignment) </li><li> <a href="https://www.markdownguide.org/extended-syntax/#heading-ids">Heading IDs</a> — can also be used for adding styles </li><li> <s>Strike-through</s> </li><li> ☐ Tasks </li><li> ☑ Done tasks </li><li> <mark>Highlights</mark> </li><li> Lowered<sub>subscript</sub> </li><li> Raised<sup>superscript</sup> </li><li> Some characters are easily entered: …, —, –, ± </li></ul> Most static pages at this site are made using this translator, see for example <a href="http://pinta.se/planner/index.md">http://pinta.se/planner/index.md</a>.