Skip to content

Commit

Permalink
list issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGoodenough committed Jan 11, 2024
1 parent 9c9020b commit e9ce809
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,11 @@ Another good thing to do before you ask for help is try testing what you have in

```jinja
{% from 'color_multi_tool.jinja' import name2rgb %}
{{ rgb2name(10, rgbl) | list }}
{{ rgb2name(10, rgbl) }}
```

REMEMBER:
Everything returned from a macro template is a string.
In this case, it will be a string that looks like a list of strings.
You will need to cast it to actually be a list.

*********************

Expand Down

0 comments on commit e9ce809

Please sign in to comment.