Paragraphs

To create a paragraph, use this.

Tabs.Main:AddParagraph({
    Title = "Paragraph",
    Content = "This is a paragraph.\nSecond line!"
})
circle-exclamation

Lines

To break a line, simply add \n to where you want it to break.

Last updated