You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy button should copy the content I set using the slot, or using the "src" component. Line numbers should be part of the style and shout not be copied.
Suggested Solution
Option A) Do not copy numbers
Option B) Create an event @on-copy that will return the actual content to be copied. This would solve many other similar issues.
Desktop (please complete the following information):
OS: Linux
Browser: Chrome
Version: Latest
The text was updated successfully, but these errors were encountered:
Describe the bug
By default, or when using :no-line-numbers="false", the plugin will show line numbers on the left side, whenever you are using a code block
To Reproduce
Expected behavior
Copy button should copy the content I set using the slot, or using the "src" component. Line numbers should be part of the style and shout not be copied.
Suggested Solution
Option A) Do not copy numbers
Option B) Create an event @on-copy that will return the actual content to be copied. This would solve many other similar issues.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: