MarkupParser.parse()method

parse(input: string, context = this.context): ReactNode

Parse a text string as Markdownish markup syntax and render it as a React node.

  • Syntax is not defined by this code, but by the rules supplied to it.