In my hugo.toml
config file:
[params]
footer = """
Mon paragraphe de test:
- avec liste
- à puces
Et sa suite...
"""
In my _default\baseof.html
layout:
<footer>
{{ site.Params.footer | .RenderString }}
</footer>
See also: Deprecate markdownify?
NB: Et merci pour quaternum.net!