marker library

Functions

render(Iterable<Node> nodes, {bool inlineImages = true, bool inlineLinks = true, String lineBreak = '\n', Map<String, Node Function()>? flavor}) String
Renders the given list of nodes into a markdown string. inlineLinks and inlineImages flags control whether the images and links will be rendered inline or as references. The flavor allows to modify the renderer's behavior, see Builder for details. By default, the original markdown flavor will be used.