Hello,
I am reading the documentation on HTMLText useage in a template (http://doc.silverstripe.org/doku.php?id=htmltext), and was wondering if I can combine some of the different displays.
For example, what if I wanted to display the first 10 words, but strip out all HTML. Could I use something like
$Content.NoHTML.LimitWordCount(10)
What I am finding, by just using the LimitWordCount, is that bold text is appearing with a ** around it, which I'd like to avoid for this display.