Open bradenmacdonald opened 4 hours ago
xblock-something.png
<img src="/static/xblock-something.png" />
https://github.com/openedx/edx-platform/blob/3e43e33eff7038183c4088fe29209ddcb37ab47e/common/djangoapps/static_replace/__init__.py#L116-L119
I suspect a simple fix for this is only ignoring URLs that start with /static/xblock/ rather than /static/xblock
/static/xblock/
/static/xblock
xblock-something.png
to a Text component in a v2 content library.<img src="/static/xblock-something.png" />
https://github.com/openedx/edx-platform/blob/3e43e33eff7038183c4088fe29209ddcb37ab47e/common/djangoapps/static_replace/__init__.py#L116-L119