0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

[ci] format

This commit is contained in:
natemoo-re 2022-03-22 21:28:14 +00:00 committed by GitHub Actions
parent c781b12f87
commit 1cab405460

View file

@ -145,7 +145,7 @@ ${extra}`
enumerable: false, enumerable: false,
writable: false, writable: false,
// <Markdown> also needs the same `astroConfig.markdownOptions.render` as `.md` pages // <Markdown> also needs the same `astroConfig.markdownOptions.render` as `.md` pages
value: async function(content: string, opts: any) { value: async function (content: string, opts: any) {
let [mdRender, renderOpts] = markdownRender; let [mdRender, renderOpts] = markdownRender;
let parser: MarkdownParser | null = null; let parser: MarkdownParser | null = null;
//let renderOpts = {}; //let renderOpts = {};