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