0
Fork 0
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:
matthewp 2021-06-04 18:20:12 +00:00 committed by GitHub Actions
parent 50e6f491ad
commit aeba57d236
2 changed files with 2 additions and 2 deletions

View file

@ -66,4 +66,4 @@ export async function renderMarkdown(content: string, opts?: MarkdownRenderingOp
astro: { headers, source: content },
content: result.toString(),
};
}
}

View file

@ -3,4 +3,4 @@ export interface AstroMarkdownOptions {
footnotes: boolean;
/** Enable or disable GitHub-flavored Markdown syntax extension */
gfm: boolean;
}
}