Requirements = (HAS_MY_SOFTWARE =?= True)
 {endcode}
 
-Be sure to use =?= instead of ==, so that if a machine does not have
+Be sure to use *=?=* instead of *==*, so that if a machine does not have
 the =HAS_MY_SOFTWARE= configuration variable defined, the job's =Requirements=
 expression will not evaluate to =Undefined=, preventing the job from
 running anywhere.