@@ -33,31 +33,31 @@ import { Badge } from '@astrojs/starlight/components';
3333``` mdx
3434import { Badge } from ' @astrojs/starlight/components' ;
3535
36- <Badge text = " ノート" variant = " note" />
37- <Badge text = " 成功" variant = " success" />
38- <Badge text = " ヒント" variant = " tip" />
39- <Badge text = " 注意" variant = " caution" />
40- <Badge text = " 危険" variant = " danger" />
36+ - <Badge text = " ノート" variant = " note" />
37+ - <Badge text = " 成功" variant = " success" />
38+ - <Badge text = " ヒント" variant = " tip" />
39+ - <Badge text = " 注意" variant = " caution" />
40+ - <Badge text = " 危険" variant = " danger" />
4141```
4242
4343<Fragment slot = " markdoc" >
4444
4545``` markdoc
46- {% badge text="ノート" variant="note" /%}
47- {% badge text="危険" variant="success" /%}
48- {% badge text="ヒント" variant="tip" /%}
49- {% badge text="注意" variant="caution" /%}
50- {% badge text="危険" variant="danger" /%}
46+ - {% badge text="ノート" variant="note" /%}
47+ - {% badge text="危険" variant="success" /%}
48+ - {% badge text="ヒント" variant="tip" /%}
49+ - {% badge text="注意" variant="caution" /%}
50+ - {% badge text="危険" variant="danger" /%}
5151```
5252
5353</Fragment >
5454
5555<Fragment slot = " preview" >
56- <Badge text = " ノート" variant = " note" />
57- <Badge text = " 成功" variant = " success" />
58- <Badge text = " ヒント" variant = " tip" />
59- <Badge text = " 注意" variant = " caution" />
60- <Badge text = " 危険" variant = " danger" />
56+ - <Badge text = " ノート" variant = " note" />
57+ - <Badge text = " 成功" variant = " success" />
58+ - <Badge text = " ヒント" variant = " tip" />
59+ - <Badge text = " 注意" variant = " caution" />
60+ - <Badge text = " 危険" variant = " danger" />
6161</Fragment >
6262
6363</Preview >
@@ -71,25 +71,25 @@ import { Badge } from '@astrojs/starlight/components';
7171``` mdx /size="\w+"/
7272import { Badge } from ' @astrojs/starlight/components' ;
7373
74- <Badge text = " 新着" size = " small" />
75- <Badge text = " 新着かつ改良" size = " medium" />
76- <Badge text = " 新着、改良、もっと大きく" size = " large" />
74+ - <Badge text = " 新着" size = " small" />
75+ - <Badge text = " 新着かつ改良" size = " medium" />
76+ - <Badge text = " 新着、改良、もっと大きく" size = " large" />
7777```
7878
7979<Fragment slot = " markdoc" >
8080
8181``` markdoc /size="\w+"/
82- {% badge text="新着" size="small" /%}
83- {% badge text="新着かつ改良" size="medium" /%}
84- {% badge text="新着、改良、もっと大きく" size="large" /%}
82+ - {% badge text="新着" size="small" /%}
83+ - {% badge text="新着かつ改良" size="medium" /%}
84+ - {% badge text="新着、改良、もっと大きく" size="large" /%}
8585```
8686
8787</Fragment >
8888
8989<Fragment slot = " preview" >
90- <Badge text = " 新着" size = " small" />
91- <Badge text = " 新着かつ改良" size = " medium" />
92- <Badge text = " 新着、改良、もっと大きく" size = " large" />
90+ - <Badge text = " 新着" size = " small" />
91+ - <Badge text = " 新着かつ改良" size = " medium" />
92+ - <Badge text = " 新着、改良、もっと大きく" size = " large" />
9393</Fragment >
9494
9595</Preview >
0 commit comments