Admonition icons missing in Asciidoc
Summary
In asciidoc, there are no icons in the admonition blocks.
Steps to reproduce
- Create an asciidoc file with the following content:
[NOTE]
.A note
====
This is a note.
====
- Push to Gitlab and check that there is no icon in the generated block.
Alternatively, you can check this project: https://gitlab.com/joanq/asciidocadmonitionbug
What is the current bug behavior?
Gitlab added support for admonition icons a few months ago, but for some reason these icons are missing now.
What is the expected correct behavior?
There should be an icon indicating the type of block.
Output of checks
This bug happens on GitLab.com