问题 I have user feedback board and I have implemented @mentioning to other users on the site. Once the other user is @mentioned, it shows up in their inbox with a notice that they were "@mentioned on ___ post". When the post displays, it currently shows the @mention as plain-text - as in: "Hi @JoeBlow, nice work today..." However what I want to do is put a <span> element around @mention names to make it blue or somehow make the @mention standout - as in: Hi <span style="font-color:blue">@JoeBlow<