# Color plugin not working for lists

**URL:** <https://meta.discourse.org/t/color-plugin-not-working-for-lists/81524>\
**Category:** Feature\
**Created:** [February 26, 2018, 9:28am UTC](https://meta.discourse.org/t/color-plugin-not-working-for-lists/81524 "2018-02-26T09:28:34Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![dylanh724](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dylanh724/32/119642_2.png) [@dylanh724](https://meta.discourse.org/u/dylanh724)\
**Post date:** [February 26, 2018, 9:28am UTC](https://meta.discourse.org/t/color-plugin-not-working-for-lists/81524/1 "2018-02-26T09:28:34Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/3X/e/f/efde242e7cd0be58e2754dcc9cd75be1a82ee730.png)

Note the `[color=green]` at the top, `[/color]` at the bottom

---

<div class="post-metadata">

**Author:** ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)\
**Post date:** [February 26, 2018, 12:19pm UTC](https://meta.discourse.org/t/color-plugin-not-working-for-lists/81524/2 "2018-02-26T12:19:38Z")

</div>

I believe that is due to it being an inline tag, thus doesn’t work with a block format.

---

<div class="post-metadata">

**Author:** ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)\
**Post date:** [May 18, 2018, 4:25am UTC](https://meta.discourse.org/t/color-plugin-not-working-for-lists/81524/3 "2018-05-18T04:25:32Z")

</div>

Agree, this is a feature request, the format for the color plugin, I guess would be:

```plaintext
[color=red]

some

multi 

line

[/color]

```

It is a rather complex change cause it would have to “invent” nested inline tags.
