Examples/Example_BlockQuote.ps1

$doc = New-PSMDDocument -Name "Sample" -Content {
    BlockQuote -Text "This is a normal BlockQuote"
}