buildMarkdownAnnotatedString

Builds an AnnotatedString with the contents of the given Markdown ASTNode node.

This method automatically constructs the string with child components like:

  • Paragraph

  • Image

  • Strong

  • ...