saimn / sigal

yet another simple static gallery generator
http://sigal.saimon.org/
MIT License
894 stars 170 forks source link

Image information ignores markdown syntax #521

Closed petmos closed 4 months ago

petmos commented 4 months ago

According to http://sigal.saimon.org/en/latest/image_information.html I created an .md with this content:

Title: My awesome photo
Date: 2020-01-01T09:00:00

# Headline

* List
* item

And a description with *Markdown* syntax.

More info here.

But when I click on the i(nformation) icon of a picture I see only the title and the line "Headline List item And a description with Markdown syntax. More info here."

The markdown syntax is completely ignored and the date is missing completly.

In Album information the syntax works, but Date is also missing.

Ubuntu 22.04 Python 3.10 sigal version 2.4 theme 'galleria'

saimn commented 4 months ago

Good catch, thanks for the report.