1
0
Fork 0

chore: Linting for markdown and js

This commit is contained in:
joostdecock 2021-10-17 17:34:55 +02:00
parent eca8199ed8
commit 1c92e0f655
6677 changed files with 24391 additions and 25987 deletions

View file

@ -1,12 +1,13 @@
---
***
title: Plugin structure
order: 50
---
---------
Plugins can do two things:
Plugins can do two things:
- They can use hooks
- They can provide macros
* They can use hooks
* They can provide macros
Your plugin should export an object with the following structure:
@ -19,7 +20,6 @@ Your plugin should export an object with the following structure:
};
```
The `name` and `version` attributes are self-explanatory.
The `name` and `version` attributes are self-explanatory.
The [hooks](/guides/plugins/hooks/) and [macros](/guides/plugins/macros/) sections
explain the `hooks` and `macros` properties.