Skip to content

Commit d7ceba4

Browse files
author
Remy Rylan
authored
Add trailing comma to adhere to lint rules
1 parent 25d5632 commit d7ceba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/helpers/getMarkdownFromHtml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ const turndownService = new TurndownService();
77
*/
88
export function getMarkdownFromHtml(options: any) {
99
return turndownService.turndown(options.fn(this), {
10-
codeBlockStyle: 'fenced'
10+
codeBlockStyle: 'fenced',
1111
});
1212
}

0 commit comments

Comments
 (0)