HarshKapadia2/git_basics

Add icons to admonitions

HarshKapadia2 opened this issue · 1 comments

  • Read up on admonitions from the AsciiDoc Syntax Reference.
  • The problem is that these icons are rendered in .adoc (Asciidoctor) files, but not in the rendered HTML file that is hosted.
    Eg:

.adoc file:
image

Rendered HTML file:
image

  • See if the icons can be rendered.
  • If not, a workaround could be to include the image files in ./src/images and then insert them using a style tag in the head of a Docinfo file.

Thank you SO much, @KartikSoneji!