Hi all, I am creating a news database where some of the articles are uniquely formatted, so I figured that the best thing to do is to retain some of HTML formatting in the odd article that has special formatting and generate the standard tags like <p>s and <h1>s etc.
I imagine that the standard tags can be generated with linebreaks() filter or even just a python string methods string.split etc, but I am not sure what is the best way to go about doing this. Any input would be appreciated. Sincerely