Jekyll - How can I make avoid a paragraph to be added on a YAML frontmatter markdownify item
You can use the remove filter like this :
{{ host | markdownify | remove: '<p>' | remove: '</p>' }}
You can use the remove filter like this :
{{ host | markdownify | remove: '<p>' | remove: '</p>' }}