Replies: 2 comments
-
This is not generally the case as you can see when you copy and past from the documentation, e.g. from here. You could help us investigate the problem by creating a minimal reproduction. |
Beta Was this translation helpful? Give feedback.
0 replies
-
markdown_extensions:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When copied from my code block and pasted into a text document, there is a blank line between each line of code.
Just like this:
```yaml
line 1
line 2
line 3
```
paste sample:
line2
line2
line3
The effect of paste I need is:
line1
line2
line3
Beta Was this translation helpful? Give feedback.
All reactions