Examples/Example_Paragraph.ps1

$doc = New-PSMDDocument -Name "Sample" -Content {
    Paragraph -Text "This is a normal paragraph" -Style Bold
}