diff --git a/app/routes/_gcn.circulars.edit.$circularId/CircularEditForm.tsx b/app/routes/_gcn.circulars.edit.$circularId/CircularEditForm.tsx index e4b4a0721..825efb857 100644 --- a/app/routes/_gcn.circulars.edit.$circularId/CircularEditForm.tsx +++ b/app/routes/_gcn.circulars.edit.$circularId/CircularEditForm.tsx @@ -214,15 +214,22 @@ export function CircularEditForm({ The subject line must contain (and should start with) the name of the transient, which must start with one of the{' '} - - . + + known keywords  + {showKeywords ? ( + + ) : ( + + )} + + {showKeywords && (
@@ -286,14 +293,22 @@ export function CircularEditForm({ style guide. References to Circulars, DOIs, arXiv preprints, and transients are automatically shown as links; see{' '} - + + syntax  + {showBodySyntax ? ( + + ) : ( + + )} + +
{showBodySyntax && (