У меня та же проблема. Иконка присутствует, но её прозрачность установлена в ноль, поэтому она не видна.
.cooked h1 a.anchor, .cooked h2 a.anchor, .cooked h3 a.anchor, .cooked h4 a.anchor, .cooked h5 a.anchor, .cooked h6 a.anchor, .d-editor-preview h1 a.anchor, .d-editor-preview h2 a.anchor, .d-editor-preview h3 a.anchor, .d-editor-preview h4 a.anchor, .d-editor-preview h5 a.anchor, .d-editor-preview h6 a.anchor
Специфичность: (0,2,2)
{
opacity: 0;
transition: opacity .25s;
}
Я также не вижу иконки в первом сообщении темы, что исключает возможность кастомных стилей на моём экземпляре.
Я использую Chrome.