We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
starlight
latest
The current version of Starlight doesn't seem to highlight specific lines in a code block as the Astro documentation does. For example:
```json title="package.json" del={2} ins={3} ins="astro check && tsc --noEmit && " "scripts": { "build": "astro build", "build": "astro check && tsc --noEmit && astro build", }, ```
Is this because we are waiting for the integration of expressive-code into Starlight? #742
expressive-code
I wanna to make my documentation be more readable.
No response
The text was updated successfully, but these errors were encountered:
Yes, the Astro documentation is already using Expressive Code which supports markers through @expressive-code/plugin-text-markers.
@expressive-code/plugin-text-markers
You can even preview it yourself already in the deploy preview of #742, e.g. this page.
Sorry, something went wrong.
No branches or pull requests
What version of
starlight
are you using?latest
What is your idea?
The current version of Starlight doesn't seem to highlight specific lines in a code block as the Astro documentation does. For example:
Is this because we are waiting for the integration of
expressive-code
into Starlight? #742Why is this feature necessary?
I wanna to make my documentation be more readable.
Do you have examples of this feature in other projects?
No response
Participation
The text was updated successfully, but these errors were encountered: