vue-prism-component icon indicating copy to clipboard operation
vue-prism-component copied to clipboard

Possible to render code directly within the <prism></prism> tags?

Open swaylock opened this issue 4 years ago • 0 comments

For example:

<template>
  <div>
    <prism language="javascript">query {
  post(id: 1) {
    id
    title
    body
  }
}</prism>
</div>
</template>

When I do this, the code is all put on one line.

code

swaylock avatar Aug 24 '20 22:08 swaylock