1
0
Fork 0

fix(markdown): Move caption to children

This commit is contained in:
Joost De Cock 2022-01-19 11:31:39 +01:00
parent 76d13e3fa3
commit 7bebd8cf07
96 changed files with 304 additions and 213 deletions

View file

@ -9,5 +9,7 @@ provided by [plugin-buttons](/reference/plugins/buttons/).
snippets.demo = new Snippet('button', points.anchor)
```
<Example part="snippets_button" caption="An example of the button snippet" />
<Example part="snippets_button">
An example of the button snippet
</Example>

View file

@ -9,7 +9,9 @@ provided by [plugin-buttons](/reference/plugins/buttons/).
snippets.demo = new Snippet('buttonhole-end', points.anchor)
```
<Example part="snippets_buttonhole_end" caption="An example of the buttonhole-end snippet" />
<Example part="snippets_buttonhole_end">
An example of the buttonhole-end snippet
</Example>
<Note>

View file

@ -9,7 +9,10 @@ provided by [plugin-buttons](/reference/plugins/buttons/).
snippets.demo = new Snippet('buttonhole-start', points.anchor)
```
<Example part="snippets_buttonhole_start" caption="An example of the buttonhole-start snippet" />
<Example part="snippets_buttonhole_start">
An example of the buttonhole-start snippet
</Example>
<Note>

View file

@ -9,7 +9,9 @@ provided by [plugin-buttons](/reference/plugins/buttons/).
snippets.demo = new Snippet('buttonhole', points.anchor)
```
<Example part="snippets_buttonhole" caption="An example of the buttonhole snippet" />
<Example part="snippets_buttonhole">
An example of the buttonhole snippet
</Example>
<Note>

View file

@ -9,5 +9,7 @@ provided by [plugin-logo](/reference/plugins/logo/).
snippets.demo = new Snippet('logo', points.anchor)
```
<Example part="snippets_logo" caption="An example of the logo snippet" />
<Example part="snippets_logo">
An example of the logo snippet
</Example>

View file

@ -8,5 +8,7 @@ provided by [plugin-theme](/reference/plugins/theme/).
```js
snippets.demo = new Snippet('bnotch', points.anchor)
```
<Example part="snippets_notch" caption="An example of the notch snippet" />
<Example part="snippets_notch">
An example of the notch snippet
</Example>

View file

@ -10,5 +10,7 @@ It is provided by [plugin-buttons](/reference/plugins/buttons/).
snippets.demo = new Snippet('snap-socket', points.anchor)
```
<Example part="snippets_snapsocket" caption="An example of the snap-socket snippet" />
<Example part="snippets_snapsocket">
An example of the snap-socket snippet
</Example>

View file

@ -10,5 +10,7 @@ It is provided by [plugin-buttons](/reference/plugins/buttons/).
snippets.demo = new Snippet('snap-stud', points.anchor)
```
<Example part="snippets_snapstud" caption="An example of the snap-stud snippet" />
<Example part="snippets_snapstud">
An example of the snap-stud snippet
</Example>