Skip to content
Discussion options

You must be logged in to vote

I'm guessing what happened is that, because the last line had a -

- foo

it was interpreted as the - in a diff.

- foo

🤣

I think the solution is that the code snippet plugin should precede any unchanged line with a space ( ), which is how git shows diffs.

+- addition
 - foo
--deletion

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lowlighter
Comment options

Answer selected by Nixinova
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment