fix(markdown): Move caption to children
This commit is contained in:
parent
76d13e3fa3
commit
7bebd8cf07
96 changed files with 304 additions and 213 deletions
|
@ -6,7 +6,9 @@ The `round` macro rounds a corner. It is provided by the [round plugin](/referen
|
|||
|
||||
Note that this is only intended for 90 degree corners.
|
||||
|
||||
<Example part="plugin_round" caption="Example of corners rounded with the round plugin" />
|
||||
<Example part="plugin_round">
|
||||
Example of corners rounded with the round plugin
|
||||
</Example>
|
||||
|
||||
```js
|
||||
macro('round', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue