Parses the given inline Markdown text to a series of AST nodes.
text
List<Node> parseInline(String text) => getInlineParser(text).parse();