Home / Function/ renderHTMLWithinPartialChecks() — astro Function Reference

renderHTMLWithinPartialChecks() — astro Function Reference

Architecture documentation for the renderHTMLWithinPartialChecks() function in render-html.test.js from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  689bf2d6_f0ac_b912_cbee_dd88f6a65957["renderHTMLWithinPartialChecks()"]
  fd390267_3583_702c_81b1_1b4c55b1ead2["render-html.test.js"]
  689bf2d6_f0ac_b912_cbee_dd88f6a65957 -->|defined in| fd390267_3583_702c_81b1_1b4c55b1ead2
  style 689bf2d6_f0ac_b912_cbee_dd88f6a65957 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/integrations/markdoc/test/render-html.test.js lines 210–215

function renderHTMLWithinPartialChecks(html) {
	const { document } = parseHTML(html);

	const li = document.querySelector('ul > li#partial');
	assert.equal(li.textContent, 'List item');
}

Domain

Subdomains

Frequently Asked Questions

What does renderHTMLWithinPartialChecks() do?
renderHTMLWithinPartialChecks() is a function in the astro codebase, defined in packages/integrations/markdoc/test/render-html.test.js.
Where is renderHTMLWithinPartialChecks() defined?
renderHTMLWithinPartialChecks() is defined in packages/integrations/markdoc/test/render-html.test.js at line 210.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free