List Component html text

so i have a List component that acts as a table of contents for my slider viewer, it displays the title of each slide, but i’m using a cdata tag inside the html, needless to say the cdata tag appears on each slide tilte like so :

<![CDATA[<b>Project Management</b>]> is there a way to set the textfield inside the List component to html text, i can’t seem to find a direct path to it like so myListComponent.textField.html = true;