>>537
とりあえずCSSで非表示にしとく?
```
.mark-myself .res-num::before { display: none; }
```