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

Extra line breaks

Open Daemach opened this issue 1 year ago • 1 comments

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 values with paragraph tags. The markdown itself seems to be working.

<span v-if="props.row.type == 'info' || props.row.type == 'done'" > <q-markdown>{{props.row.message}}</q-markdown> </span>

image

image

Daemach avatar May 15 '23 20:05 Daemach