Skip to content

Commit 0536231

Browse files
committed
fix: update remark logo
1 parent bc9207a commit 0536231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composables/parser/markdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface RemarkOptions {
1111
const remarkAst: Parser<typeof Remark, RemarkOptions> = {
1212
id: 'remark',
1313
label: 'remark',
14-
icon: 'https://avatars.githubusercontent.com/u/16309564',
14+
icon: 'https://raw.githubusercontent.com/remarkjs/remark/refs/heads/main/logo-square.svg',
1515
link: 'https://github.com/remarkjs/remark',
1616
editorLanguage: 'markdown',
1717
options: {

0 commit comments

Comments
 (0)