Let's Edit for Best Preview

Editor

Previewer

Let's CodeWithUmair!

Welcome to my markdown previewer


freeCodeCamp.org


Front End Libraries Projects

  • Random Quote Machine
  • Markdown Previewer
  • Drum Machine
  • Javascript Calculator
  • Pomodoro Clock

this is a bold text, an emphasis , a combined emphasis , and a strikethrough

Head 1 Head 2 Head 3
item1 item2 item3
item4 item5 item6
item7 item8 item9

example of blockquote

Inline code

Array.prototype.map()

Block Code


  var add2 = function(number) {
    return number + 2;
}

Examples can have line numbers, and every code block has a 'Copy' button to copy just the code:

const test = 'hello';
const other = 'world';
console.log(test, other);

Random Animals