1
0
Fork 0

chore(markdown): Linting of dev docs

This commit is contained in:
Joost De Cock 2022-02-19 08:04:25 +01:00
parent 1d8beedd44
commit 265ad404da
317 changed files with 1281 additions and 1503 deletions

View file

@ -14,7 +14,7 @@ paths.example.attributes.add('class', 'lining dashed');
```
Because it's so common to set attributes, Points, Paths and Snippets all have
the `attr()` helper method.
the `attr()` helper method.
Not only is less more, the method is also *chainable*, which allows you to do this:
@ -33,7 +33,7 @@ The [adding-text](/concepts/adding-text) documentation explains this in detail.
<Tip>
When rendering, FreeSewing will output all your attributes. This gives you the
When rendering, FreeSewing will output all your attributes. This gives you the
possiblity to use any valid attribute to control the appearance.
This is also why we use the *data-* prefix for those attributes that have