Paragraphs
To create a paragraph, use this.
Tabs.Main:AddParagraph({
    Title = "Paragraph",
    Content = "This is a paragraph.\nSecond line!"
})If you are having issues, you're supposed to replace "Tabs.Main" with your actual tab.
Example: "Tabs.Exploits"
Whatever you put in your Tabs variable, it's what you need.
Lines
To break a line, simply add \n to where you want it to break.
Last updated