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

A Quasar UI App Extension to display inline markdown

Results 13 quasar-ui-qmarkdown issues
Sort by recently updated
recently updated
newest added

I'm using `@quasar/quasar-app-extension-qmarkdown": "^2.0.0-beta.7"` with quasar v2 and Vue3. It works as expected when running`quasar dev` However when I try to run `quasar dev -m ssr` I get the following...

Qv2

**Describe the bug** By default, or when using :no-line-numbers="false", the plugin will show line numbers on the left side, whenever you are using a code block **To Reproduce** ```` ```javascript...

**Is your feature request related to a problem? Please describe.** I would like to have an optional copy button for code blocks. **Describe the solution you'd like** When a code...

Why is there not a single line in README about the installation????

https://cdn.jsdelivr.net/npm/@quasar/quasar-ui-qmarkdown@next/dist/QMarkdown.umd.min.js https://cdn.jsdelivr.net/npm/@quasar/quasar-ui-qmarkdown@next/dist/QMarkdown.min.css Per docs here: https://qmarkdown.netlify.app/all-about-qmarkdown/installation-types Vue3/Q2

First of all, thanks for providing and maintaining this useful plugin! **Is your feature request related to a problem? Please describe.** Currently, my Quasar 2 / Vue 3 application uses...

**Describe the bug** I am using `@quasar/app-webpack` 3.11.2 with `@quasar/quasar-app-extension-qmarkdown` 2.0.0-beta.10 with TypeScript. I need to set a global default value for Qmarkdown, and following the docs (https://qmarkdown.netlify.app/developing/using-qmarkdown#Global-Properties), this is...

**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** ``` {{ item.descricao }}...

I'm using this in a UMD application. The only change I made was wrapping a mustache with as below, but the table is no longer dense because it's wrapping the...

![image](https://github.com/quasarframework/quasar-ui-qmarkdown/assets/12553953/19ea9660-bc76-4265-812c-461aba142854)

enhancement