fromMdSyntax static method
Create from markdown.
Implementation
//ignore: prefer_constructors_over_static_methods
static EmbeddableTable fromMdSyntax(Map<String, String> attributes) =>
EmbeddableTable(attributes['data']!);
Create from markdown.
//ignore: prefer_constructors_over_static_methods
static EmbeddableTable fromMdSyntax(Map<String, String> attributes) =>
EmbeddableTable(attributes['data']!);