/* Do not display tickmacks before short `code` */
.prose :where(code):not(:where([class~=not-prose] *))::before,
.prose :where(code):not(:where([class~="not-prose"] *))::after {
    content: none !important;
}