An open API service indexing awesome lists of open source software.

https://github.com/bnb/mddl

markdown documentation language
https://github.com/bnb/mddl

Last synced: 4 months ago
JSON representation

markdown documentation language

Awesome Lists containing this project

README

          

# mddl
markdown documentation language

This specification is a derivation on markdown. It adds **no** new features to markdown, but adds additional rules so it is easier to author docs and build tooling around those docs.

This is directly inspired by Electron Docs [style-guide](https://github.com/electron/electron/blob/master/docs/styleguide.md) and the tooling they've built around it. The grander idea here is formalize the rules already defined by Electron, add more to them to cover more Node.js projects, and then refactor their existing tooling for use with the formalized rule set.