Relative Content

Tag Archive for htmlmarkdownshortcodemultilinehugo

Hugo Shortcode: Embeding a multi line markdown variable in a html shortcode

I’m trying to display some information about a person including Picture & Biography. The biography comes from a user controlled source that accept markdown. I managed to print multiline input without breaking the page by using “`” around the text. But I would prefer if the final output used the original markdown.