You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to show markdown tables in the doc previews?
It seems the feature is generally available in dartdoc dart-lang/dartdoc#1453, yet when I tried to add code like this:
/// Return values:
///
/// | Component | Symbol | Short Form | Long Form | Numeric | 2-digit |
/// |-----------|:------:|--------------|-------------------|-----------|-----------|
/// | era | G | G (AD) | GGGG (Anno Domini)| - | - |
/// | year | y | - | - | y (2015) | yy (15) |
///
///
The area for the return values table stays empty, once hovering the relevant function.
The text was updated successfully, but these errors were encountered:
Is it possible to show markdown tables in the doc previews?
It seems the feature is generally available in dartdoc dart-lang/dartdoc#1453, yet when I tried to add code like this:
The area for the return values table stays empty, once hovering the relevant function.
The text was updated successfully, but these errors were encountered: