Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 717 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 717 Bytes

@withspek/markdor

markdor is a markdown-like parser designed for simplicity and extensibility.

Philosophy

Most markdown-like parsers aim for speed or edge case handling. markdor aims for extensibility and simplicity.

What does this mean? Many websites using markdown-like languages have custom extensions, such as @mentions or other custom things. Unfortunately, most markdown-like parsers don't extenting the parser without making a fork of it, and can be difficult to modify even when forked. Markdor is designed to allow simple addition of custom extensions without needing to be forked.