117118119120121122123
* @param node the AST node. * @return the PSI element matching the element type of the AST node. */ @NotNull public PsiElement createElement(ASTNode node) { return new MarkdownPsiElementImpl(node); }