React Markdown Previewer

Editor
Previewer

Welcome to my React Markdown Previewer !

🤷‍♂️ What can you write here :

  1. Code
  • <div></div>
  • // this is multi-line code:
    function anotherExample(firstLine, lastLine) {
    if (firstLine == '```' && lastLine == '```') {
    return multiLineCode;
    }
    }
  • npm install 
  1. Blockquote
    • eg:

      Blockquote

  2. Different Text Style
  • Bold
  • Italic
  • Strikethrough
  1. Links Click Here

  2. Tables

    Name Age Salary
    Steve 32 $160000
    Peter 24 $120000
    Tony 37 $150000
  3. Images

    React

🛸 Technologies Used

  • React.js
  • SCSS
  • Javascript