Skip to content

Commit

Permalink
fix(parser): fix bug in tags and restructure slots
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
ph1p committed Dec 30, 2019
1 parent e509ea8 commit 2812042
Show file tree
Hide file tree
Showing 5 changed files with 906 additions and 880 deletions.
10 changes: 5 additions & 5 deletions example/documentation/code/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ This is an example of creating a reusable grid component and using it with exter
**version**: 1.0.5<br />**author**: [Rafael](https://github.com/rafaesc92)<br />**since**: Version 1.0.1<br />
:::


## Table of contents
[[toc]]

Expand Down Expand Up @@ -81,10 +80,11 @@ This is an example of creating a reusable grid component and using it with exter
#### returns (string)
Test
## Slots
| name | description
|:-|:-|:-|
|**header**|Use this slot header|
|**footer**|Use this slot footer|

### header
Use this slot header
### footer
Use this slot footer


## Events
Expand Down
Loading

0 comments on commit 2812042

Please sign in to comment.