fix(markdown): Move caption to children
This commit is contained in:
parent
76d13e3fa3
commit
7bebd8cf07
96 changed files with 304 additions and 213 deletions
|
@ -5,10 +5,9 @@ title: ld
|
|||
The `ld` macro adds a *linear dimension* to your pattern.
|
||||
It is provided by the [dimension plugin](/reference/plugins/dimension/).
|
||||
|
||||
<Example
|
||||
part="point_dist"
|
||||
caption="An example of a linear dimension"
|
||||
/>
|
||||
<Example part="point_dist">
|
||||
An example of a linear dimension
|
||||
</Example>
|
||||
|
||||
```js
|
||||
macro('ld', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue