1
0
Fork 0

feat(markdown): Ported code howtos to v3

This commit is contained in:
Joost De Cock 2022-10-12 14:42:45 +02:00
parent d1edf93750
commit af99d3e8c0
25 changed files with 451 additions and 636 deletions

View file

@ -5,13 +5,7 @@ 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/). Here are some examples:
<Example pattern="rendertest" options_only="macros">
Some examples of macros
</Example>
into a little routine. Macros are provided by [plugins](/reference/plugins/).
Refer to the [macros documentation](/reference/api/macros/) for details on how to use macros,
and the [plugins](/reference/plugins/) documentation for info on how to create your