Skip to content

Commit 45311af

Browse files
committed
fix: fix syntax highlighting in button.md ignored input section
- Use HTML-style component tag instead of MDC inline syntax - Change code block language from html to vue for proper directive highlighting
1 parent 54cda13 commit 45311af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

3.inputs/button.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ file: "_examples/button/button-events.vue"
4444

4545
## Ignored input
4646

47-
:IgnoredInputDocs
47+
<ignored-input-docs></ignored-input-docs>
4848

49-
50-
```html
49+
```vue
5150
<FormKit type="button" :ignore="false">
5251
Add a section
5352
</FormKit>

0 commit comments

Comments
 (0)