次のことをしたい
[controller setMessageBody:[NSString stringWithFormat:@"<strong>%@</strong> <br> <br> %@ <br><br> %@ <br><br> Sent From MyApp",self.articleTitle, self.articleDescription, self.articleURL]
isHTML:YES];
最後の%@にやりたい<a href="%@">Hello</a>
しかし、私はそれを適切に脱出する方法がわかりませんか?