I am trying to display some text along with binded data, for example, I have the code:
Like @KooKiz pointed out StringFormat at the moment isn't supported, but you could accomplish the same effect just breaking out your lines into inline Runs without a converter like;
StringFormat
Hope this helps, cheers.