Skip to content

theadanielskocher/md-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Editor

Demo

See it live at http://dbrr-markdown-editor.surge.sh!

Requirements

  • nodejs (better using latest version)
  • npm (better using latest version)
  • It is also strongly recommended using Visual Studio Code to manage the project.

Installation

  • Step 1: Clone this repository into your machine. (git clone https://github.com/theadanielskocher/github.io)
  • Step 2: cd the_repo_path (for example, if your repo is in D:\, run cd D:/md-editor)
  • Step 3: run npm run start

At this point, your website will run at localhost:3000.

Features

  • Quickly convert Markdown syntax (in editor section) into beautiful lines of text (in preview section).
  • Write math equations easily and beautifully with MathJax
  • Refer this to see the Markdown syntax and how to write them.

I would like to thank Nikelaz for allowing me to use your project for mine.