See it live at http://dbrr-markdown-editor.surge.sh!
- nodejs (better using latest version)
- npm (better using latest version)
- It is also strongly recommended using Visual Studio Code to manage the project.
- 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 inD:\
, runcd D:/md-editor
) - Step 3: run
npm run start
At this point, your website will run at localhost:3000
.
- Quickly convert Markdown syntax (in
editor
section) into beautiful lines of text (inpreview
section). - Write math equations easily and beautifully with MathJax
- Refer this to see the Markdown syntax and how to write them.