Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGoodenough committed Jan 11, 2024
1 parent e9ce809 commit d8c9a34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,11 @@ If all that is true return true.
If any is not true, return false.

SAMPLE USAGE:

```jinja
{% from 'color_multi_tool.jinja' import chkNAME %}
{{ chkNAME('orange') | bool }}
```

REMEMBER:
This always returns text, so cast to bool on the other end to be
Expand All @@ -472,8 +475,11 @@ If any is not true, return false.
You also get the RGB color code for each of the color names.

SAMPLE USAGE:

```jinja
{% from 'color_multi_tool.jinja' import color_list() %}
{{- color_list().split('\n') | list -}}
```

### Other Info

Expand Down

0 comments on commit d8c9a34

Please sign in to comment.