3 lines
69 B
TypeScript
3 lines
69 B
TypeScript
export interface MarkdocIntegrationOptions {
|
|
allowHTML?: boolean;
|
|
}
|