isHtmlTagClose() — astro Function Reference
Architecture documentation for the isHtmlTagClose() function in html-token-transform.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 0353ce08_cf82_a8f1_166e_1de0ec07acae["isHtmlTagClose()"] b514e53d_6f58_26e2_b444_6fdf850f8be2["html-token-transform.ts"] 0353ce08_cf82_a8f1_166e_1de0ec07acae -->|defined in| b514e53d_6f58_26e2_b444_6fdf850f8be2 30920b8b_e40d_ddeb_c282_b087fed00691["isExtraParagraphPatternMatch()"] 30920b8b_e40d_ddeb_c282_b087fed00691 -->|calls| 0353ce08_cf82_a8f1_166e_1de0ec07acae style 0353ce08_cf82_a8f1_166e_1de0ec07acae fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/integrations/markdoc/src/html/transform/html-token-transform.ts lines 236–238
function isHtmlTagClose(token: Token): boolean {
return token.type === 'tag_close' && token.meta && token.meta.tag === 'html-tag';
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does isHtmlTagClose() do?
isHtmlTagClose() is a function in the astro codebase, defined in packages/integrations/markdoc/src/html/transform/html-token-transform.ts.
Where is isHtmlTagClose() defined?
isHtmlTagClose() is defined in packages/integrations/markdoc/src/html/transform/html-token-transform.ts at line 236.
What calls isHtmlTagClose()?
isHtmlTagClose() is called by 1 function(s): isExtraParagraphPatternMatch.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free