render as a first-level indent.
 {endcode}
 
+{subsection: Referencing condor daemons}
+
+All condor daemon names should be enclosed in * characters so they appear in italics:
+
+{code}
+*condor_daemonname*
+{endcode}
+
+{subsection: Configuration macros}
+
+Any configuration macro references should be written with the following syntax:
+
+{code}
+:macro:`CONDOR_CONFIGURATION_MACRO_NAME`
+{endcode}
+
+This will make the macro appear as a clickable link to its definition. All macro definitions must be included on the {link: https://htcondor.readthedocs.io/en/latest/admin-manual/configuration-macros.html Configuration Macros} page in the manual. To add a new definition to this page, use the following syntax:
+
+{code}
+:macro-def:`CONDOR_CONFIGURATION_MACRO_NAME`
+This is the text that describes what the macro actually does.
+{endcode}
+
+Note that both the =:macro:= and =:macro-def:= names must have identical spelling; this is how we generate the HTML anchor to make sure that links point to the correct place.
+
 {subsection: Linking to gittrac tickets}
 
 Use the following syntax to automatically link to a gittrac ticket, where #### is the number of the ticket: