I used to generate markdown docs for my project with dartdoc 5.1.2 However,I find that there is no command or option to generate markdown docs when I update my dartdoc to version 6.1.2
I have tried these commands:
dart doc --format md
dart doc --format=md
dart doc . -- formar md
but get this error:
Could not find an option named "format".