mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -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 },
|
||||
content: result.toString(),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,4 +3,4 @@ export interface AstroMarkdownOptions {
|
|||
footnotes: boolean;
|
||||
/** Enable or disable GitHub-flavored Markdown syntax extension */
|
||||
gfm: boolean;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue