I want to pass paragraph with new line.
Sending Variable -
"topic_body": "[p]This is a paragraph.[/p][p]This is a paragraph.[/p] [p]This is paragraph.[/p]"
Receiving Result is:
[p]This is a paragraph.[/p][p]This is a paragraph.[/p] [p]This is paragraph.[/p]
What I am expecting:
This is a paragraph.
This is a paragraph.
This is a paragraph.
There isn't one, you would need to use a custom bbCode, you can create your own under the posting tab in your ACP like this:
Example
HTML replacement
Help line