mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] yarn format
This commit is contained in:
parent
50e6f491ad
commit
aeba57d236
2 changed files with 2 additions and 2 deletions
|
@ -66,4 +66,4 @@ export async function renderMarkdown(content: string, opts?: MarkdownRenderingOp
|
||||||
astro: { headers, source: content },
|
astro: { headers, source: content },
|
||||||
content: result.toString(),
|
content: result.toString(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,4 +3,4 @@ export interface AstroMarkdownOptions {
|
||||||
footnotes: boolean;
|
footnotes: boolean;
|
||||||
/** Enable or disable GitHub-flavored Markdown syntax extension */
|
/** Enable or disable GitHub-flavored Markdown syntax extension */
|
||||||
gfm: boolean;
|
gfm: boolean;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue