mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -05:00
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
export interface MarkdocIntegrationOptions {
|
|
allowHTML?: boolean;
|
|
ignoreIndentation?: boolean;
|
|
}
|