Skip to content

withspek/markdor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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.

About

Extendable simple markdown parser

Resources

Stars

Watchers

Forks