5 Source formats

 #lang pollen package: pollen

This puts Pollen into automatic mode, where the source file is interpreted according to the file extension.

If the file extension is “.pm”, the source is interpreted as pollen/markup.

If the file extension is “.pp”, the source is interpreted as pollen/pre (“pre” stands for “preprocessor”).

If the file extension is “.pmd”, the source is interpreted as pollen/markdown.

 #lang pollen/markup package: pollen

 #lang pollen/pre package: pollen

 #lang pollen/markdown package: pollen