iamskok / gatsby-remark-code-buttons

Buttons for code snippets 🔘
https://gatsby-dev-blog-starter.netlify.com/blog/building-your-first-react-app
19 stars 9 forks source link

`clipboard=false` doesn't work on `bash{outputLines: 2-6}` #24

Open ceiphr opened 3 years ago

ceiphr commented 3 years ago

I have this code block in my markdown:

```bash{outputLines: 2-6} python3 manage.py createsuperuser Username (leave blank to use 'ari'): Email address: Password: Password (again): Superuser created successfully. ```

Applying clipboard=false like this bash{outputLines: 2-6}:clipboard=false or like this bash:clipboard=false{outputLines: 2-6} doesn't seem to work.