jimie VIP
Total posts: 531
22 Янв 2015 09:40

Sergey, I was looking on textarea field and seams when you write paragraphs, and then save, when you look to the source code, the paragraphs are delimited by <br /> tag, is it possible to make it use <p> </p> tags instead ?

Последние изменения: 26 Янв 2015


Sergey
Total posts: 13,748
26 Янв 2015 03:56

Yes, if you enable markdown. Because <p> is an HTML. ANd to get that you have to convert text to HTML which is done by markup. But <br> is a simple replacements of newlines \n.

Работает на Cobalt