Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle diff symbols in shiki #3108

Merged
merged 2 commits into from
Apr 19, 2022
Merged

handle diff symbols in shiki #3108

merged 2 commits into from
Apr 19, 2022

Conversation

FredKSchott
Copy link
Member

Changes

  • In a live-stream, Theo tried to copy a code snippet from the docs site SSR example, and then had to remove the diff symbols after pasting
  • We can handle this automatically by giving these symbols "user-select: none"

Testing

  • Added test.

Docs

  • N/A

@changeset-bot
Copy link

changeset-bot bot commented Apr 14, 2022

🦋 Changeset detected

Latest commit: 8c1602d

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added pkg: astro Related to the core `astro` package (scope) feat: markdown Related to Markdown (scope) test labels Apr 14, 2022
Copy link
Contributor

@bholmesdev bholmesdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exc-select!

@matthewp
Copy link
Contributor

Needs a changeset

Comment on lines +54 to +55
/<span class="line"><span style="(.*?)">([\+|\-])/g,
'<span class="line"><span style="$1"><span style="user-select: none;">$2</span>'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd love to handle this the same way as GitHub (data-code-marker="+" on the line and ::before { content: attr(data-code-marker); }). Is that even possible or are all Shiki styles inline?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they're all all inline :(

@FredKSchott FredKSchott merged commit ef198ff into main Apr 19, 2022
@FredKSchott FredKSchott deleted the handle-diff-symbols branch April 19, 2022 05:36
@github-actions github-actions bot mentioned this pull request Apr 19, 2022
SiriousHunter pushed a commit to SiriousHunter/astro that referenced this pull request Feb 3, 2023
* handle diff symbols in shiki

* Create violet-cups-glow.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat: markdown Related to Markdown (scope) pkg: astro Related to the core `astro` package (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants