chore(deps): update dependency prettier to v3 (#2257)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
parent
d975c6fc2c
commit
8df73b13bd
4 changed files with 17 additions and 17 deletions
|
@ -254,7 +254,7 @@ async function render(content: string, options?: ContentParseOptions) {
|
|||
let formatted = ''
|
||||
|
||||
try {
|
||||
formatted = format(html, {
|
||||
formatted = await format(html, {
|
||||
parser: 'html',
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue