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
nodesinto a markdown string.inlineLinksandinlineImagesflags control whether the images and links will be rendered inline or as references. Theflavorallows to modify the renderer's behavior, see Builder for details. By default, the original markdown flavor will be used.