quasar-ui-qmarkdown icon indicating copy to clipboard operation
quasar-ui-qmarkdown copied to clipboard

No alt attribute in images

Open lucaspmarra opened this issue 1 year ago • 0 comments

Describe the bug Alt attribute is missing from images, not following default behavior of Markdown.

To Reproduce Inspect images that used QMarkdown in project.

Source code

        <q-card-section class="text-body1 q-ma-md">
          <QMarkdown>{{ item.descricao }}</QMarkdown>
        </q-card-section>

Screenshots No alt text

Expected behavior Render alt property

Desktop:

  • OS: Windows 10, Windows 11
  • Browser: Firefox, Chrome

Additional context How Markdown editor is configured: image

lucaspmarra avatar Jun 22 '23 16:06 lucaspmarra