.
├── index.html
├── js
│ ├── main.js
│ └── parsed
│ ├── blocks.js
│ ├── index.js
│ └── inline.js
├── README.md
└── style.css
This project is a browser-based Markdown editor built with HTML, CSS, and JavaScript. At least a basic implementation of it
-
Clone my repo:
git clone https://github.com/your-username/markdowneditor.git
-
Navigate into the project folder:
cd markdowneditor -
Do Not Open
index.htmlin your browser:- Run a local server (recommended for development)
If you have Python installed:
python -m http.server 8000Then open:
http://localhost:8000
If you use Node:
npx serve .