Project

General

Profile

How to set "-o" in bold

Added by Iñaki Baz Castillo over 15 years ago

Hi, I'm trying to write in bold this simple text:

-o

so I try:
*-o*

This fails and shows also the asterisks so I try to escape "-":

*!-o*

But this doesn't work. How could I get it?


Replies (2)

RE: How to set "-o" in bold - Added by youngseok yi over 15 years ago

IMHO, bold around code phase could be workaround solution if you mean to emphasize the option -o.

@-o@
%{color:red}@-o@%
*@-o@*
*{color:red}@-o@*
  • -o
  • -o
  • -o
  • -o

RE: How to set "-o" in bold - Added by Iñaki Baz Castillo over 15 years ago

It's a very good workaround :)
Thanks.

    (1-2/2)