There needs to be a better way to handle bold and italics fonts inline in text.
What I want is to be able to pull text strings from an XML file or database, and have a way to specify that certain characters should be either bolded or italicized, without having to do it manually.
For example, I pull “In the novel Moby Dick, Melville tells the story of…” and have it render as:
In the novel Moby Dick, Melville tells the story of…
Possible method is to use HTML tags in the strings:
In the novel _Moby Dick_, Melville tells the story of...
In lieu of HTML tags, possibly something else? [import]uid: 17827 topic_id: 29217 reply_id: 329217[/import]