Open
Description
blockquote builder doesn't pass required param docxDocumentInstance to buildRun(), so it fails any time blockquote has nested tags that rely on that being present and throws an exception.
This would trigger it:
<blockquote>Quote <span>from <a href="https://www.wikipedia.org/">Wikipedia</a></span></blockquote>