Chore: formatting
This commit is contained in:
parent
8249f565e5
commit
42c7bbe1c9
234 changed files with 5815 additions and 2596 deletions
|
@ -144,6 +144,8 @@ In other words: use `{ "before": ..., "after": ..., "special": {"type": ..., "ar
|
|||
* [Example usage of link](#example-usage-of-link)
|
||||
+ [multi](#multi)
|
||||
* [Example usage of multi](#example-usage-of-multi)
|
||||
+ [fediverse_link](#fediverse_link)
|
||||
* [Example usage of fediverse_link](#example-usage-of-fediverse_link)
|
||||
+ [auto_apply](#auto_apply)
|
||||
* [Example usage of auto_apply](#example-usage-of-auto_apply)
|
||||
|
||||
|
@ -1023,6 +1025,21 @@ tagrendering | _undefined_ | An entire tagRenderingConfig
|
|||
|
||||
|
||||
|
||||
### fediverse_link
|
||||
|
||||
Converts a fediverse username or link into a clickable link
|
||||
|
||||
name | default | description
|
||||
------ | --------- | -------------
|
||||
key | _undefined_ | The attribute-name containing the link
|
||||
|
||||
|
||||
#### Example usage of fediverse_link
|
||||
|
||||
`{fediverse_link()}`
|
||||
|
||||
|
||||
|
||||
### auto_apply
|
||||
|
||||
A button to run many actions for many features at once. To effectively use this button, you'll need some ingredients:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue