chore: Linting for markdown and js
This commit is contained in:
parent
eca8199ed8
commit
1c92e0f655
6677 changed files with 24391 additions and 25987 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: bnotch
|
||||
---
|
||||
***
|
||||
|
||||
## title: bnotch
|
||||
|
||||
The `bnotch` snippet is intended for notches at the back, or when you
|
||||
need an alternative to the default `notch`.
|
||||
|
@ -12,4 +12,3 @@ snippets.demo = new Snippet('bnotch', points.anchor)
|
|||
```
|
||||
|
||||
<Example part="snippets_bnotch" caption="An example of the bnotch snippet" />
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: button
|
||||
---
|
||||
***
|
||||
|
||||
## title: button
|
||||
|
||||
The `button` snippet is used to mark button placement and is
|
||||
provided by [plugin-buttons](/reference/plugins/buttons/).
|
||||
|
@ -10,4 +10,3 @@ snippets.demo = new Snippet('button', points.anchor)
|
|||
```
|
||||
|
||||
<Example part="snippets_button" caption="An example of the button snippet" />
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: buttonhole-end
|
||||
---
|
||||
***
|
||||
|
||||
## title: buttonhole-end
|
||||
|
||||
The `buttonhole-end` snippet is used to mark buttonhole placement and is
|
||||
provided by [plugin-buttons](/reference/plugins/buttons/).
|
||||
|
@ -17,8 +17,8 @@ snippets.demo = new Snippet('buttonhole-end', points.anchor)
|
|||
|
||||
We provide three buttonhole snippets with a different alignment:
|
||||
|
||||
- [buttonhole](/reference/snippets/buttonhole/): Anchor point is the middle of the buttonhole
|
||||
- [buttonhole-start](/reference/snippets/buttonhole-start/): Anchor point is the start of the buttonhole
|
||||
- [buttonhole-end](/reference/snippets/buttonhole-end/): Anchor point is the end of the buttonhole
|
||||
* [buttonhole](/reference/snippets/buttonhole/): Anchor point is the middle of the buttonhole
|
||||
* [buttonhole-start](/reference/snippets/buttonhole-start/): Anchor point is the start of the buttonhole
|
||||
* [buttonhole-end](/reference/snippets/buttonhole-end/): Anchor point is the end of the buttonhole
|
||||
|
||||
</Note>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: buttonhole-start
|
||||
---
|
||||
***
|
||||
|
||||
## title: buttonhole-start
|
||||
|
||||
The `buttonhole-start` snippet is used to mark buttonhole placement and is
|
||||
provided by [plugin-buttons](/reference/plugins/buttons/).
|
||||
|
@ -17,8 +17,8 @@ snippets.demo = new Snippet('buttonhole-start', points.anchor)
|
|||
|
||||
We provide three buttonhole snippets with a different alignment:
|
||||
|
||||
- [buttonhole](/reference/snippets/buttonhole/): Anchor point is the middle of the buttonhole
|
||||
- [buttonhole-start](/reference/snippets/buttonhole-start/): Anchor point is the start of the buttonhole
|
||||
- [buttonhole-end](/reference/snippets/buttonhole-end/): Anchor point is the end of the buttonhole
|
||||
* [buttonhole](/reference/snippets/buttonhole/): Anchor point is the middle of the buttonhole
|
||||
* [buttonhole-start](/reference/snippets/buttonhole-start/): Anchor point is the start of the buttonhole
|
||||
* [buttonhole-end](/reference/snippets/buttonhole-end/): Anchor point is the end of the buttonhole
|
||||
|
||||
</Note>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: buttonhole
|
||||
---
|
||||
***
|
||||
|
||||
## title: buttonhole
|
||||
|
||||
The `buttonhole` snippet is used to mark buttonhole placement and is
|
||||
provided by [plugin-buttons](/reference/plugins/buttons/).
|
||||
|
@ -17,9 +17,8 @@ snippets.demo = new Snippet('buttonhole', points.anchor)
|
|||
|
||||
We provide three buttonhole snippets with a different alignment:
|
||||
|
||||
- [buttonhole](/reference/snippets/buttonhole/): Anchor point is the middle of the buttonhole
|
||||
- [buttonhole-start](/reference/snippets/buttonhole-start/): Anchor point is the start of the buttonhole
|
||||
- [buttonhole-end](/reference/snippets/buttonhole-end/): Anchor point is the end of the buttonhole
|
||||
* [buttonhole](/reference/snippets/buttonhole/): Anchor point is the middle of the buttonhole
|
||||
* [buttonhole-start](/reference/snippets/buttonhole-start/): Anchor point is the start of the buttonhole
|
||||
* [buttonhole-end](/reference/snippets/buttonhole-end/): Anchor point is the end of the buttonhole
|
||||
|
||||
</Note>
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
---
|
||||
***
|
||||
|
||||
title: Snippets
|
||||
for: developers
|
||||
about: Complete list of all the available snippets
|
||||
---
|
||||
--------------------------------------------------
|
||||
|
||||
Snippets are provided by plugins. Follow the links below for more info on and an example of a specific snippet:
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: logo
|
||||
---
|
||||
***
|
||||
|
||||
## title: logo
|
||||
|
||||
The `logo` snippet inserts the FreeSewing logo. It is
|
||||
provided by [plugin-logo](/reference/plugins/logo/).
|
||||
|
@ -10,4 +10,3 @@ snippets.demo = new Snippet('logo', points.anchor)
|
|||
```
|
||||
|
||||
<Example part="snippets_logo" caption="An example of the logo snippet" />
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: notch
|
||||
---
|
||||
***
|
||||
|
||||
## title: notch
|
||||
|
||||
The `notch` snippet is intended for notches and is
|
||||
provided by [plugin-theme](/reference/plugins/theme/).
|
||||
|
@ -8,5 +8,5 @@ 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" caption="An example of the notch snippet" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: snap-socket
|
||||
---
|
||||
***
|
||||
|
||||
## title: snap-socket
|
||||
|
||||
The `snap-socket` snippet is used to mark the socket part of a snap button.
|
||||
|
||||
|
@ -11,4 +11,3 @@ snippets.demo = new Snippet('snap-socket', points.anchor)
|
|||
```
|
||||
|
||||
<Example part="snippets_snapsocket" caption="An example of the snap-socket snippet" />
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: snap-stud
|
||||
---
|
||||
***
|
||||
|
||||
## title: snap-stud
|
||||
|
||||
The `snap-stud` snippet is used to mark the stud part of a snap button.
|
||||
|
||||
|
@ -11,4 +11,3 @@ snippets.demo = new Snippet('snap-stud', points.anchor)
|
|||
```
|
||||
|
||||
<Example part="snippets_snapstud" caption="An example of the snap-stud snippet" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue