toMdSyntax static method
Outputs table markdown to output.
Implementation
static void toMdSyntax(Embed embed, StringSink out) {
out
..writeln(embed.value.data)
..writeln();
}
Outputs table markdown to output.
static void toMdSyntax(Embed embed, StringSink out) {
out
..writeln(embed.value.data)
..writeln();
}