This is a protagonist module for the Mimosa build tool. It will parse your .md
files in your API Blueprint specification and provide errors/warnings to the console.
For more information regarding Mimosa, see http://mimosa.io
Add 'protagonist'
to your list of modules. That's all! Mimosa will install the module for you when you start mimosa watch
or mimosa build
.
This module processes each .md
file in your project's watchDir
through protagonist, which will validate the contents of the file vs the API Blueprint specification and report any errors/warnings to the console.
This module has no configuration. Need something to be configurable? File an issue!