quasar-ui-qmarkdown icon indicating copy to clipboard operation
quasar-ui-qmarkdown copied to clipboard

fix: ssr treats all anchor links as external

Open Jille opened this issue 9 months ago • 0 comments

https://github.com/quasarframework/quasar-ui-qmarkdown/commit/556ff29af89b57aa58b74525506476fb405ddd6f made it skip the anchor expanding when we're in SSR mode. However, that means that a later check will mark it as an external link (which adds the external-link icon)

This resolves the difference between the SSG (and probably SSR) and the browsers rendering

Jille avatar May 28 '24 12:05 Jille