AstroMarkdownProcessorOptions Type — astro Architecture
Architecture documentation for the AstroMarkdownProcessorOptions type/interface in types.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 8c7d3da4_1dc0_0402_b967_f215172026c1["AstroMarkdownProcessorOptions"] c2c893bc_65c1_f3e6_50e6_2ebac4985a42["types.ts"] 8c7d3da4_1dc0_0402_b967_f215172026c1 -->|defined in| c2c893bc_65c1_f3e6_50e6_2ebac4985a42 style 8c7d3da4_1dc0_0402_b967_f215172026c1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/markdown/remark/src/types.ts lines 67–72
export interface AstroMarkdownProcessorOptions extends AstroMarkdownOptions {
image?: {
domains?: string[];
remotePatterns?: RemotePattern[];
};
}
Defined In
Source
Frequently Asked Questions
What is the AstroMarkdownProcessorOptions type?
AstroMarkdownProcessorOptions is a type/interface in the astro codebase, defined in packages/markdown/remark/src/types.ts.
Where is AstroMarkdownProcessorOptions defined?
AstroMarkdownProcessorOptions is defined in packages/markdown/remark/src/types.ts at line 67.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free