I figured it out:
The solution was a CSS snippet containing:
/* Hide virtual links in Reading View */
.markdown-preview-view .virtual-link {
display: none !important;
}
I figured it out:
The solution was a CSS snippet containing:
/* Hide virtual links in Reading View */
.markdown-preview-view .virtual-link {
display: none !important;
}