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
Putting HTML in YAML is weird, ugly and error-prone. As @NIR-Ginko suggested, we can write descriptions in markdown and use markdownify filter (see https://jekyllrb.com/docs/liquid/filters/) to render it.
Putting HTML in YAML is weird, ugly and error-prone. As @NIR-Ginko suggested, we can write descriptions in markdown and use
markdownifyfilter (see https://jekyllrb.com/docs/liquid/filters/) to render it.