PaulTreanor / markdown-blocks-editor

A live editor to generate Markdown text format with a simple way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown Blocks Editor logo

Markdown Blocks Editor

A block based live editor to create Markdown text file.

Live Website

https://markdown.sunny-playground.xyz

What is Markdown Blocks Editor?

Markdown Blocks Editor is an in-browser editor to generate Markdown text file. It wraps different types of Markdown elements into blocks. User can simply build a Markdown text file without memorizing the Markdown syntax.

What types of elements does Markdown Blocks Editor support?

  • Heading
  • Paragraph
  • Blockquote
  • Link
  • List (Order list and Unordered list)
  • Code block
  • Image

Development

Run run this web app locally

// with npm
npm install
npm start

// with yarn
yarn install
yarn start

Information

License

This project is licensed under the terms of the MIT License.

Author

Sunny Xue

About

A live editor to generate Markdown text format with a simple way


Languages

Language:JavaScript 73.9%Language:CSS 23.4%Language:HTML 2.7%