Open RedYetiDev opened 1 week ago
The transformTypeToReferenceLink function is src/utils/parser.mjs is executed after the AST is parsed, meaning that it leaves the generated tree not fully parsed, as the markdown this function output is not converted to ast.
transformTypeToReferenceLink
src/utils/parser.mjs
The
transformTypeToReferenceLink
function issrc/utils/parser.mjs
is executed after the AST is parsed, meaning that it leaves the generated tree not fully parsed, as the markdown this function output is not converted to ast.