fromMdSyntax static method

EmbeddableTable fromMdSyntax(
  1. Map<String, String> attributes
)

Create from markdown.

Implementation

//ignore: prefer_constructors_over_static_methods
static EmbeddableTable fromMdSyntax(Map<String, String> attributes) =>
    EmbeddableTable(attributes['data']!);