V
vjp2.at
Suppose I wanted to italicise "This_is a_book_title"
or bold "*THis*is when*I*am *shouting*".
How would you identify text with the code
inside it and not separated off by spaces?
.Text = "*\_*"
.Text = "*\**"
??
or bold "*THis*is when*I*am *shouting*".
How would you identify text with the code
inside it and not separated off by spaces?
.Text = "*\_*"
.Text = "*\**"
??