Skip to content

Commit 0a0f95f

Browse files
authored
docs: add slidev-addon-tikzjax to addon gallery (#2012)
1 parent 46b4727 commit 0a0f95f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/.vitepress/addons.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ export const community: AddonInfo[] = [
4949
},
5050
repo: 'https://github.com/Smile-SA/slidev-addon-sync',
5151
},
52+
{
53+
id: 'slidev-addon-tikzjax',
54+
name: 'slidev-addon-tikzjax',
55+
description: 'Compile TikZ/Chemfig/... to SVG and display them in Slidev',
56+
tags: ['Integration', 'Diagram'],
57+
author: {
58+
name: 'Ethan Goh',
59+
link: 'https://github.com/7086cmd',
60+
},
61+
repo: 'https://github.com/7086cmd/slidev-addon-tikzjax',
62+
},
5263
{
5364
id: 'slidev-component-pager',
5465
name: 'slidev-component-pager',

0 commit comments

Comments
 (0)