Color in documentation / ex_doc

Hi,

So I spent a long time adding help to a few modules and decided to be clever and add color like:

      get_user_drive_pids() : #{IO.ANSI.white()}see #{IO.ANSI.cyan()}start_trace()

Now it looks really pretty on the screen, but if I attempt to use ex_doc the resulting documentation has control characters where the IO.ANSI.xxx/0 calls are.

Is there a way to avoid this or am I out of luck?

Thanks,