﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
5651,Color macro inserts a whitespace after text,rjollos,rjollos,"The color macro seems to insert a whitespace before and after the text, which makes it difficult to use for inline text and still get nice formatting.

For instance,
{{{
This is an example of[[Color(,blue,colored text)]].
}}}
gets formatted as,
{{{
This is an example of colored text .
}}}
Note the whitespace before and after 'colored', whereas none was specified in my sentence.",defect,closed,normal,ColorMacro,normal,fixed,,,0.11
