Skip to content

Commit 2812042

Browse files
committed
fix(parser): fix bug in tags and restructure slots
update dependencies
1 parent e509ea8 commit 2812042

File tree

5 files changed

+906
-880
lines changed

5 files changed

+906
-880
lines changed

example/documentation/code/test.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ This is an example of creating a reusable grid component and using it with exter
88
**version**: 1.0.5<br />**author**: [Rafael](https://github.com/rafaesc92)<br />**since**: Version 1.0.1<br />
99
:::
1010

11-
1211
## Table of contents
1312
[[toc]]
1413

@@ -81,10 +80,11 @@ This is an example of creating a reusable grid component and using it with exter
8180
#### returns (string)
8281
Test
8382
## Slots
84-
| name | description
85-
|:-|:-|:-|
86-
|**header**|Use this slot header|
87-
|**footer**|Use this slot footer|
83+
84+
### header
85+
Use this slot header
86+
### footer
87+
Use this slot footer
8888

8989

9090
## Events

0 commit comments

Comments
 (0)