Comments In ftd
Files
Block comment
Writing /
before any section will “comment out” that entire section.
/-- ds.code: lang: ftd fooo
Header comment
Similarly any attribute can be commented out by prefixing it with /
:
-- ds.code: lang: ftd /color: red fooo
Here we have commented out the color: red
header.
Comment using ;;
Similarly any attribute can be commented out by following with ;;
:
-- ds.code: lang: ftd
Here we have commented out the color: red
header.
Note
: We can use ;
at the start of the line anywhere in FTD and it will comment out that line.