Skip to content

Commit d8c9a34

Browse files
committed
formatting
1 parent e9ce809 commit d8c9a34

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,11 @@ If all that is true return true.
449449
If any is not true, return false.
450450

451451
SAMPLE USAGE:
452+
453+
```jinja
452454
{% from 'color_multi_tool.jinja' import chkNAME %}
453455
{{ chkNAME('orange') | bool }}
456+
```
454457

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

474477
SAMPLE USAGE:
478+
479+
```jinja
475480
{% from 'color_multi_tool.jinja' import color_list() %}
476481
{{- color_list().split('\n') | list -}}
482+
```
477483

478484
### Other Info
479485

0 commit comments

Comments
 (0)