How to disable automatic <p> from markdown?

So I have this issues.
On my Template layout I have

tag with styling. I noticed that markdown automatically generates p. How do I disable this?

I want something like this

{{.Content}}

.

I don’t want the p tag from markdown.