問題のHTML部分は、
<div class=”smb-media-text__body”>
<blockquote class=”wp-block-quote is-style-default”><p>引用文章</p><cite><span style=”color:#313131″ class=”color”>引用元</span></cite></blockquote>
<p class=”has-small-font-size”>文章</p>
</div>
と言う感じになると思います。
(このサイトであればホームの一番上辺りの「ノーコーディングで〜」の所辺りに引用ブロックを追加する形で再現出来ると思います)
この場合、Gutenbergのeditorでは正しく引用ブロックも表示されるようなのですが、
実際の表示では ” 等の表示がされずリソースエラーが出るようです。
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (top.svg, line 0)
/wp-content/themes/snow-monkey/assets/css/dependency/img/blockquote/top.svg
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (bottom.svg, line 0)
/wp-content/themes/snow-monkey/assets/css/dependency/img/blockquote/bottom.svg
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (icon.svg, line 0)
/wp-content/themes/snow-monkey/assets/css/dependency/img/blockquote/icon.svg
あの部分に引用を入れる事は殆ど無いと思いますし、使い方の問題でもありそうです。
しかし、assetsのエラーなので念のため報告致します。