mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
c781b12f87
commit
1cab405460
1 changed files with 1 additions and 1 deletions
|
@ -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 = {};
|
||||||
|
|
Loading…
Reference in a new issue