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

@ -10,10 +10,10 @@ Snippet snippet.attr(
)
```
This `Snippet.attr()` method calls [`Attributes.add()`](./attributes#add) under the hood,
This `Snippet.attr()` method calls [`Attributes.add()`](./attributes#add) under the hood,
but returns the Snippet object. This allows you to chain different calls together.
If the third parameter is set to `true` it will call [`Attributes.set()`](./attributes#set) instead,
If the third parameter is set to `true` it will call [`Attributes.set()`](./attributes#set) instead,
thereby overwriting the value of the attribute.
<Example part="snippet_attr">