Skip to content

Comments

Lines that start with // (two slashes followed by a space) are stripped from the description before any other AFL processing happens. They never reach the rendered output and are invisible to visitors.

Comments are stage 1 in the processing order, which means they land before directives, URL extraction, and format detection.

Example

// reminder: confirm venue before publishing
// TODO: add the flyer image once design lands

Join us for the annual fundraiser at City Park.

#already:tag:fundraiser
#already:image:https://example.com/flyer.png

Visitors see only the third line and the directive-rendered tag/image card. The first two lines never make it past stage 1.

What comments are good for

Rules