quasarframework / quasar-ui-qmarkdown

A Quasar UI App Extension to display inline markdown
https://quasarframework.github.io/quasar-ui-qmarkdown/
MIT License
157 stars 28 forks source link

No alt attribute in images #387

Open lucaspmarra opened 1 year ago

lucaspmarra commented 1 year ago

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:

Additional context How Markdown editor is configured: image