'Vue Styleguidist custom docs section comments break
I have a custom <docs> section at the bottom of my vue single file components. I would like to have one area of code showing all of my examples that are commented instead of multiple blocks of code. The first comment is hidden as expected in the rendered code, but subsequent comments show in the rendered component.
Example: (the below code is wrapped in <docs> tags but i couldn't get it to render in here.
```jsx
// First comment describes first example is correctly hidden
<prefix-component prop="prop-first-example"/>
// Second comment describes second example <----- this comment is rendered as pain text in the output
<prefix-component prop="prop-second-example"/>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
