I was reading this documentation on Markdown in Python, and I think it would be really helpful for documenting function arguments to use . Do you know how to make docco capable of “understanding” that syntax and turning it into a ?
(Maybe someone could also create the docco.coffe tag as well…)
Thanks,
Óscar
docco.coffee uses Showdown.js to process Markdown, so you’d want to identify which branch
goes into making the node package
npm install doccoinstalls and then, after confirming that it doesn’t support definition lists under a different syntax, write a patch for it.