🖋 Markdown - Markdown Editor

Write & preview compiled Markdown into HTML


Editor:

Headers :

H1

H2

H3

H4


Code blocks :

With highlightjs extension

function sum(...nums: number[]): number {
  return nums.reduce((sum, num) => sum + num, 0);
}

let a: number = 1;
let b: number = 2;
let result: number = sum(a, b);

console.log(`${ a } + ${ b } = ${ result }`);

some inline block.

some indent block

Quote blocks :

Some quote and more

Anther quote

Some quote with bold and block

and Anther quote

and some more quote


Lists :

  • a
  • A
    • 3
  • b
  • c
  1. bob
  2. some
  3. alice
  • other
    1. anther
  1. moshe

Task List

  • Some
  • Other

Emphasis :

bold italic bold and italic strikethrough underline a italic in bold strikethrough and bold underline and italic underline and bold and italic

Showdown Bottom Angular

Emoji :

😄 👍 🍺


Tables :

a b c
123 456 789
ABC DEF GHI

Horizontal Lines :






Sanitize :

Some malicious link Click Me


Extensions :

A 'lang' extension that replace `Markdown` to `Showdown` Markdown `Markdown` `markdown`


HTML


Some `<div>` tag

and \ tag