I want a way to write my RichString objects with plain text. For example, "The ship \i{Bismarck}" might get converted to "The ship _Bismarck_" Of course I could roll my own. But I wonder anyone has already done it?
I want a way to write my RichString objects with plain text.
For example,
"The ship \i{Bismarck}"
might get converted to
"The ship Bismarck"
Of course I could roll my own. But I wonder anyone has already done it?