Fomatting models.TextField in HTML

I have a model field which is a models.TextField() and I want to be formatted correctly with paragraphs on mobile and on desktop. I was using the

 tag and it works but it doesnt work well with mobile phones as it will not be compressed. I want to have a blog article which is written from the the django admin interface. They should just write a paragraph and when done, they should just skip a like put a heading and when it comes out it should look proper.

Not sure what exactly I have to do to solve this problem

It’s hard to say, but it sounds like you want to use Markdown.

Give it a try: https://python-markdown.github.io/reference/