# 📝 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++;
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

📝 Markline

A markdown editor with live preview.

Github Repo

Features

  • Live Markdown Preview 👁
  • Syntax Highlighting 🎨
  • Resizable Panes 📏
  • Night Mode 🌙
  • Fullscreen Mode 💻
  • Saves Automatically 💾

Libraries Used

And here's some other cool stuff:

Heres some code, <div></div>, between 2 backticks.

Syntax highlighting

var foo = function (bar) {
  return bar++;
};
console.log(foo(5));

You can also make text bold... whoa! Or italic. Or... wait for it... both! And feel free to go crazy ~~crossing stuff out~~.

There's also links, and

Block Quotes!

  • And of course there are lists.
    • Some are bulleted.
      • With different indentation levels.
        • That look like this.
  1. And there are numbererd lists too.
  2. Use just 1s if you want!
  3. And last but not least, let's not forget embedded images:

Images

Minion