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 18 quasar-ui-qmarkdown issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/28765662/204739371-dffba11a-37ee-4350-bfa2-016b273e66f3.png)

enhancement
security

The markdown code is generating links on the headers, but it is appending the # to the root of the app and not to the current page. I.e. if the...

enhancement

Hello, i was not able to find a way how to disallow all kinds of bullet points etc. I am looking for a way to get pure paragraphs with linkify...

Qv2

It works but my IDE IntelliJ reports `Unknown html tag q-markdown` and I don't have any autocompletion.

https://github.com/quasarframework/quasar-ui-qmarkdown/commit/556ff29af89b57aa58b74525506476fb405ddd6f made it skip the anchor expanding when we're in SSR mode. However, that means that a later check will mark it as an external link (which adds the external-link...

I managed to get QMarkdown installed using a boot file, and it renders OK in dev mode, but it doesn't hot-reload on save. Changes to the rest of my SFC...

**Describe the bug (with repro)** I created a new Quasar project, did some work in it, then tried to do `quasar ext add @quasar/qmarkdown@next` and got this error: ``` %...

**Describe the bug** Code Blocks are only show syntax highlighting when the language is javascript/js **To Reproduce** Steps to reproduce the behavior: 1. Go to [Documentation Example Editor](https://qmarkdown.netlify.app/examples/editor) 2. Input:...