EmbedToMarkdown typedef

EmbedToMarkdown = void Function(Embed embed, StringSink out)

Outputs Embed element as markdown.

Implementation

typedef EmbedToMarkdown = void Function(Embed embed, StringSink out);