We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9207a commit 0536231Copy full SHA for 0536231
composables/parser/markdown.ts
@@ -11,7 +11,7 @@ export interface RemarkOptions {
11
const remarkAst: Parser<typeof Remark, RemarkOptions> = {
12
id: 'remark',
13
label: 'remark',
14
- icon: 'https://avatars.githubusercontent.com/u/16309564',
+ icon: 'https://raw.githubusercontent.com/remarkjs/remark/refs/heads/main/logo-square.svg',
15
link: 'https://github.com/remarkjs/remark',
16
editorLanguage: 'markdown',
17
options: {
0 commit comments