# 📝 Markline
A markdown editor with live preview.
[Github Repo](https://github.com/arslanastral/markline)
## Features
- Live Markdown Preview 👁
- Syntax Highlighting 🎨
- Resizable Panes 📏
- Night Mode 🌙
- Fullscreen Mode 💻
- Saves Automatically 💾
## Libraries Used
- [react-markdown](https://github.com/remarkjs/react-markdown)
- [react-ace](https://github.com/securingsincity/react-ace)
- [react-reflex](https://github.com/leefsmp/Re-Flex)
- [prism.js](https://prismjs.com/)
- [github-markdown-css](https://github.com/sindresorhus/github-markdown-css)
### And here's some other cool stuff:
Heres some code, `<div></div>`, between 2 backticks.
### Syntax highlighting
``` js
var foo = function (bar) {
return bar++;