AstroMarkdownOptions Type — astro Architecture
Architecture documentation for the AstroMarkdownOptions type/interface in types.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD dc62def3_95b8_0a33_be40_a24d24fab50f["AstroMarkdownOptions"] c89a9677_fcf2_f4a4_d885_0a0e23b0e4bd["types.ts"] dc62def3_95b8_0a33_be40_a24d24fab50f -->|defined in| c89a9677_fcf2_f4a4_d885_0a0e23b0e4bd style dc62def3_95b8_0a33_be40_a24d24fab50f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/markdown/remark/src/types.ts lines 54–62
export interface AstroMarkdownOptions {
syntaxHighlight?: SyntaxHighlightConfig | SyntaxHighlightConfigType | false;
shikiConfig?: ShikiConfig;
remarkPlugins?: RemarkPlugins;
rehypePlugins?: RehypePlugins;
remarkRehype?: RemarkRehype;
gfm?: boolean;
smartypants?: boolean;
}
Defined In
Source
Frequently Asked Questions
What is the AstroMarkdownOptions type?
AstroMarkdownOptions is a type/interface in the astro codebase, defined in packages/markdown/remark/src/types.ts.
Where is AstroMarkdownOptions defined?
AstroMarkdownOptions is defined in packages/markdown/remark/src/types.ts at line 54.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free