Description
TL;DR
Misread line of README to suggest I could generate Markdown files from dartdoc. Realized I can't and would like to request that feature.
Longer version:
First, not having this feature isn't causing any problems.
Second the following line in the README makes me think there was a way to do so, but after digging around I don't believe so. If that is an incorrect determination, please let me know.
The mentioned line, emphasis mine.
By default, the documentation is generated to the doc/api directory as static HTML files.
I looked at the help commend output and the documentation and didn't see anything that might allow this.
However, as a newcomer to Dart. I was interested in a way to take the potentially Markdown written comments within my code and assemble it into Markdown files.
The Use Case being I work on GitHub and BitBucket and both providers store their Wiki sections in git repositories.
So I if I could take the comments and generate Markdown files, I could push them to the Wiki repo of my project repo.