Skip to content

Commit 546e4e0

Browse files
authored
Add file icons plugin to community plugins page (#381)
1 parent 1d1020b commit 546e4e0

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

docs/src/content/docs/plugins/community-plugins.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,20 @@ The community-maintained plugins on this page extend Expressive Code to add new
3030
title: '@fujocoded/expressive-code-output',
3131
description: 'Separate code from its output within a codeblock.',
3232
},
33-
{
33+
{
3434
href: 'https://frostybee.github.io/expressive-code-fullscreen',
3535
title: 'expressive-code-fullscreen',
3636
description: 'Add fullscreen viewing mode to your code blocks.',
37-
}
38-
,
39-
{
37+
},
38+
{
4039
href: 'https://frostybee.github.io/expressive-code-language-badge/',
4140
title: 'expressive-code-language-badge',
4241
description: 'Add a language badge to your code blocks.',
43-
}
42+
},
43+
{
44+
href: 'https://github.com/xt0rted/expressive-code-file-icons',
45+
title: 'expressive-code-file-icons',
46+
description: 'Add VS Code-style file icons to your code blocks.',
47+
},
4448
]}
4549
/>

0 commit comments

Comments
 (0)