getConfigExtendingShiki() — astro Function Reference
Architecture documentation for the getConfigExtendingShiki() function in syntax-highlighting.test.js from the astro codebase.
Entity Profile
Dependency Diagram
graph TD a1ed767c_3b3e_ebc8_229f_3c791234a050["getConfigExtendingShiki()"] 06a4f90b_1e9f_7421_e791_b3a07e2643ec["syntax-highlighting.test.js"] a1ed767c_3b3e_ebc8_229f_3c791234a050 -->|defined in| 06a4f90b_1e9f_7421_e791_b3a07e2643ec style a1ed767c_3b3e_ebc8_229f_3c791234a050 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/integrations/markdoc/test/syntax-highlighting.test.js lines 121–125
async function getConfigExtendingShiki(config) {
return await setupConfig({
extends: [shiki(config)],
});
}
Domain
Subdomains
Source
Frequently Asked Questions
What does getConfigExtendingShiki() do?
getConfigExtendingShiki() is a function in the astro codebase, defined in packages/integrations/markdoc/test/syntax-highlighting.test.js.
Where is getConfigExtendingShiki() defined?
getConfigExtendingShiki() is defined in packages/integrations/markdoc/test/syntax-highlighting.test.js at line 121.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free