Is it possible to insert HTML code in Markdown content?

@Ross_Larson yes. The layout file responsible is: themes/ananke/layouts/post/summary.html

{{ .Summary }} strips all HTML tags.

See https://gohugo.io/content-management/summaries/

Create your own layouts/post/summary.html file to override the theme default.