Hi !
I have several Blog articles and I get their content with
obj.getProperty('content').getValue().
I have two questions :
1) Is it possible to get exactly the right format of the content ? For
example, if I have a bold or italic word , when I get the value I have
**bold word** and // italic word // .
I would like to have the word directly in bold or italic.
2) If it's not possible, is there a way to get the value of the
content without specials caracters like ** ** or // // ?
Thanks for help !
Regards, Pierrick