How to render markdown block quotes with NSAttributedString?

I am implementing NSAttributedString renderer using swift-markdown Visitor pattern and I am facing issues with implementing visitBlockQuote.

Any suggestions?

1 Like