Closed ened closed 4 years ago
Markdown rendering is done by VS Code. It seems like this was supported, but was recently broken:
https://github.com/microsoft/vscode/issues/99983
It's been fixed in the last few days and I can see the fix works in the Insiders version:
So this should be fixed with the next release of VS Code.
Thanks!
@DanTup Thank you very much.
Is it possible to show markdown tables in the doc previews?
It seems the feature is generally available in dartdoc https://github.com/dart-lang/dartdoc/issues/1453, yet when I tried to add code like this:
The area for the return values table stays empty, once hovering the relevant function.