1
0
Fork 0

chore(markdown): Cleanup of some pages

This commit is contained in:
Joost De Cock 2022-10-14 16:03:47 +02:00
parent 5177e42dd2
commit 6030252518
14 changed files with 24 additions and 128 deletions

View file

@ -1,12 +1,11 @@
---
title: Using macros
for: developers
about: Shows how you can use macros within your pattern
---
Macros are a way to facilitate pattern design by bundling a bunch of individual actions
into a little routine. Macros are provided by [plugins](/reference/plugins/).
Macros are a way to facilitate pattern design by bundling a bunch of individual
actions into a little routine. Macros are provided
by [plugins](/reference/plugins/).
Refer to the [macros documentation](/reference/macros/) for details on how to use macros,
and the [plugins](/reference/plugins/) documentation for info on how to create your
own macros.
Refer to the [macros documentation](/reference/macros/) for details on how to
use macros, and the [plugins](/reference/plugins/) documentation for info on
how to create your own macros.