私も同じ問題を抱えています。アイコンはありますが、不透明度がゼロに設定されているため見えません。
.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
Specificity: (0,2,2)
{
opacity: 0;
transition: opacity .25s;
}
OP(元の投稿)のアイコンも見えないので、私のインスタンスでのカスタムスタイリングではないことがわかります。
Chromeを使用しています。