1
0
Fork 0

chore(markdown): Adapted to new rendertest examples

This commit is contained in:
Joost De Cock 2022-01-19 12:37:30 +01:00
parent 0bffa95167
commit 3960fc88b1
3 changed files with 5 additions and 3 deletions

View file

@ -27,7 +27,7 @@ See [Using attributes](/howtos/code/attributes/) for details on how to set attri
Below is an example of the available snippets, and the use of the `data-scale` and `data-rotate` attributes: Below is an example of the available snippets, and the use of the `data-scale` and `data-rotate` attributes:
<Example pattern="rendertest" options={{ colors: false, text: false, macros: false, circles: false, widthHd: false }}> <Example pattern="rendertest" options_only="snippets">
Overview of available snippets Overview of available snippets
</Example> </Example>

View file

@ -12,7 +12,7 @@ to the radius of the circle you want to draw.
In addition, all attributes that have a `data-circle-` prefix will apply to the circle, rather than the point. In addition, all attributes that have a `data-circle-` prefix will apply to the circle, rather than the point.
<Example pattern="rendertest" options={{ colors: false, text: false, macros: false, snippets: false, widthHd: false }}> <Example pattern="rendertest" options_only="circles">
Circles Circles
</Example> </Example>

View file

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