⌂ Home

Markdown editor

Preview HTML code

Welcome to the pinta markdown to html editor

markdown icon

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:
  • The controversial trailing whitespace is not required for line break
  • Basic code blocks are not supported, but fenced code blocks are
  • Reference-style links are not supported
  • Only a few characters can be escaped
A good portion of the extended syntax is also supported, plus some extras, including:
  • Tables (but not table alignment)
  • Heading IDs — can also be used for adding styles
  • Strike-through
  • ☐ Tasks
  • ☑ Done tasks
  • Highlights
  • Loweredsubscript
  • Raisedsuperscript
  • Some characters are easily entered: …, —, –, ±
Most static pages at this site are made using this translator, see for example http://pinta.se/planner/index.md.
<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&nbsp;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&nbsp;code&nbsp;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&nbsp;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&nbsp;IDs</a> &mdash; 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: &hellip;, &mdash;, &ndash;, &pm;
</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>.