Right now when you hit "Enter" in the editor, it uses BR for line breaks. On Wordpress and some other forum software, hitting Enter actually makes a new paragraph tag and hitting Shift + Enter makes a BR tag.
Is there a way to make it parse the posts like this instead? I've replaced the <> with []:
[p]The first line of my post.[/p]
[p]The second line of my post.[/p]
[br /]
[p]An empty space above this line of text.[/p]
This is how the HTML for a post is currently outputted in Xenforo:
The first line of my post. [br /]
The second line of my post.[br /]
[br /]
An empty space above this line of text.
Thank you!
Is there a way to make it parse the posts like this instead? I've replaced the <> with []:
[p]The first line of my post.[/p]
[p]The second line of my post.[/p]
[br /]
[p]An empty space above this line of text.[/p]
This is how the HTML for a post is currently outputted in Xenforo:
The first line of my post. [br /]
The second line of my post.[br /]
[br /]
An empty space above this line of text.
Thank you!