You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If .Site.Params.dateFormat is a "german" variant like 2. January 2006, the markdownify recognizes it as the start of a list, and it is rendered incorrectly
To Reproduce
Add dateFormat = "2. January 2006" to one of your languages.*.toml in the [params] section
Have some post to be rendered …
Expected behavior
It should render a date as e.g. "27. Dezember 2019"
Screenshots
The date is rendered as e.g. "Dezember 2019" (inside an <ol>).
Workaround
remove markdownify filter from layouts/partials/meta/date.html and layouts/partials/meta/date-updated.html
The text was updated successfully, but these errors were encountered:
ldericher
added a commit
to ldericher/blowfish
that referenced
this issue
Jul 29, 2024
Describe the bug
If
.Site.Params.dateFormat
is a "german" variant like2. January 2006
, themarkdownify
recognizes it as the start of a list, and it is rendered incorrectlyTo Reproduce
dateFormat = "2. January 2006"
to one of yourlanguages.*.toml
in the[params]
sectionExpected behavior
It should render a date as e.g. "27. Dezember 2019"
Screenshots
The date is rendered as e.g. "Dezember 2019" (inside an
<ol>
).Workaround
remove
markdownify
filter fromlayouts/partials/meta/date.html
andlayouts/partials/meta/date-updated.html
The text was updated successfully, but these errors were encountered: