Ghost is aNode/io.jsbased bloggingplatform. Itprovides afullycustomizabledashboard, anddual-panel liveMarkDownediting. Ghostis meant to bemobile-friendlyand beatifulout of the box.
Cmark is aCommonMark(derived fromMarkDown)referenceimplementationin C. (Animplementationin JavaScriptis alsoavailable). Itprovidesparsing andHTML or XMLtransformation. AnintermediateASTrepresentationof documentscan also beaugmented. Onperformanceit's onpar withsundown. There's aC99 compliantlibcmark and acommand-linecmark toolincluded.
CommonMark.jsis a referenceimplementationfor JavaScript.(And a Cversionavailable aswell). Itparses thedocumentformat,provides amodifyableabstract syntaxtree, and canrender to HTML,XML, or perDOM. It'salso readilyavailable asNPM/io.jsmodule.
Yamado is aminimal note& journalsystem withextensions forfunctioning asa homepage& blog. Forget aboutdatabases,additionalframeworks andthe rest. Primarilyintended to beinstalled on aserver,requiring onlystandardutilities likebash, sed andawk. It usesthe file systemas a database.All articlesare submittedas a file andstored as afile. The fileformat is YAML+ Markdown.
A simpleGTK-basedMarkdownpreviewer,designed to beused with anexternaleditor. Thereare manyMarkdownpreviewers.mdpreview hasbeen written tobe as easy touse with anexternal editoras possible.Just openmdpreview, openyour editor andstart editing.mdpreview willautomaticallyreload when thefile changes,detect whenyou'reviewing thebottom of thedocument andautomaticallyscroll down onnew content,and more. Itincludes themesthat closelyresemblegithub, andbitbucket.