Is there a workaround for eliminating the spurious html tags enrobing the job-template description “notes”?
Example:
$ cat /etc/ood/config/apps/myjobs/templates/intro_ex1/manifest.yml
name: "Intro exercise #1"
host: monsoon
script: intro_ex1.sh
notes: "test template"
This was raised before but seems to still have the same behavior. (I’m not proficient enough in Ruby to gather much from the sources provided there.)
I don’t see anything in the custom job templates documentation about defining the note text as raw/markdown/html/etc but I’d be curious to know if such an option existed.
Pro-tip for future readers:
If you set notes: ''
then nothing will display/render in that area at all, if you want to just force a clean look.