{section: 3 Run Jobs}
 
 If you're new to HTCondor, you should consult the {link: http://research.cs.wisc.edu/htcondor/manual/quickstart.html quick start guide}.
+
 You may also wish to read
 {link: https://agenda.hep.wisc.edu/event/1201/session/4/contribution/5/material/slides/1.pdf the slides} from our user tutorial.
 
-To run on your new resources, a job's submit file must contain the following line:
+*: To run on your new resources, a job's submit file must contain the following line:
 
 {verbatim}
 +MayUseAWS = TRUE
 {endverbatim}
 
-The new resources do _not_ share a file system with the head node, so you'll need to use file transfer:
+*: The new resources do _not_ share a file system with the head node, so you'll need to use file transfer:
 
 {verbatim}
 should_transfer_files = TRUE