Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 353 Bytes

File metadata and controls

11 lines (8 loc) · 353 Bytes

Markdown Preview

A markdown editor that displays all of the changes live.

Idea

The basic idea is to create a markdown parser that creates the parse tree. Every time a change is made to the file, it updates the right branches of the parse tree for efficiency reasons.

Then the live preview will be updated

Dialect

Based on the gruber dialect