Brandon Martin

Markdown Editor

This is a simple Markdown editor built with Vue. Just for my own needs editing Markdown occasionally. It's built as a Vue component (previously React).

Input

Output

h1

h2

h3

bold text

italic text

blockquote

  1. First
  2. Second
  3. Third
  • First
  • Second
  • Third

code

code block

horizontal rule


A link that goes somewhere

![alt text](image link)

Syntax Description
Header Title
Paragraph Text

Strikethrough