Templates: Juneindex: filedescription
Inserts the description of the file. It must appear inside of a <juneindex:files> tag. You can add a description to a file by creating a text file with the same name plus “.description” added to the end. If your file is named image.jpg, your description file would be named image.jpg.description. Description files are formatted like Smart HTML entries in Junecode, meaning paragraph and break tags are added automatically.
Attributes
paragraphs: true or false. Whether or not to add paragraph and break tags to Smart HTML entries. The default is true.
htmlentities: true or false. If set to true, HTML entities in the text will be encoded. The default is false.
Example
<juneindex:filedescription />
Changes
The paragraphs and htmlentities attributes were added in version 3.0 beta 2.