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

Support for v2 #344

Closed gorango closed 2 years ago

gorango commented 2 years ago

Is your feature request related to a problem? Please describe.

Extension(@quasar/qmarkdown): is not compatible with quasar v2.2.3. Required version: ^1.5.0

Describe the solution you'd like

Add support for Quasar v2 with Vue3 and Typescript.

Describe alternatives you've considered

N/A

hawkeye64 commented 2 years ago

Install with:

quasar ext add @quasar/qmarkdown@next
chrislandeza commented 2 years ago

@hawkeye64 is v2 working? Tried installing it via quasar ext add @quasar/qmarkdown@next but the markdown is not rendering properly.

image

image

I'm getting the same issue on the live documentation https://qmarkdown.netlify.app/examples/containers image

hawkeye64 commented 2 years ago

I fixed the examples. The indentation was off.

Speaking of which, indentation is very important in markdown processing. Having it indented the same as your HTML won't work. Keep it left-justified.