purcell / airspeed

A lightweight Python template engine compatible with Velocity, used in OpenStack
Other
91 stars 37 forks source link

Airspeed treats single number sign (hash) as the beginning of a single line comment #54

Open azazar opened 3 years ago

azazar commented 3 years ago

Airspeed treats single number sign (hash) as the beginning of line comment. Velocity documentation says that single line comments should start with two hashes.

I was trying to use airspeed to generate markdown content. I've tried it with similar template:

# $now Some Text