Skip to content

Commit 6a6f945

Browse files
authored
Made table more readable
1 parent f0e6e56 commit 6a6f945

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ Keywords support simple functions to convert the values
103103

104104
| Func | Example | Description |
105105
|:-----|:-----|:-----|
106-
| replace(\[old_string\]=\[new_string\]) | `{latest_release\|replace(Git=Proj)}` | Simple replace. E.g. if name contains "Git" string then it will be replaced by "Proj"
107-
| conditional() | `{latest_release_tag\|conditional()}` | If the value doesn't exist nothing is rendered (the default behaviour is to render the keyword)
108-
| round(\[number\]) | `{state\|round(2)}` | Rounds the value to number of fractional digits. Not very useful for this card I think (the KString processing code was copied from the other card so I just left this func)
106+
| `replace([old_string]=[new_string])` | `{latest_release\|replace(Git=Proj)}` | Simple replace. E.g. if name contains "Git" string then it will be replaced by "Proj"
107+
| `conditional()` | `{latest_release_tag\|conditional()}` | If the value doesn't exist nothing is rendered (the default behaviour is to render the keyword)
108+
| `round([number])` | `{state\|round(2)}` | Rounds the value to number of fractional digits. Not very useful for this card I think (the KString processing code was copied from the other card so I just left this func)
109109

110110
## Configuration examples
111111

0 commit comments

Comments
 (0)