PHPDown
use BinaryTorch\PhpDown\Blockquote; $blockquote = Blockquote::make('Hello'); echo $blockquote->render();
Output:
> Hello