feat(markdown): Ported code howtos to v3
This commit is contained in:
parent
d1edf93750
commit
af99d3e8c0
25 changed files with 451 additions and 636 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue