quasar-ui-qmarkdown
quasar-ui-qmarkdown copied to clipboard
Extra line breaks
I'm using this in a UMD application. The only change I made was wrapping a mustache with
<span v-if="props.row.type == 'info' || props.row.type == 'done'" > <q-markdown>{{props.row.message}}</q-markdown> </span>
Hi, try to override the style of your p tag. BR