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
Expressive code features allow developers to add more metadata to a code block to illustrate the intent of the code block better. For example, you can highlight several lines, highlight symbols via regular expressions, mark text as inserted or deleted, and even perform a diff.
Describe the solution
Allow developers to add additional metadata next to the snippet name that will get added to the code block at render time.
Expressive code features allow developers to add more metadata to a code block to illustrate the intent of the code block better. For example, you can highlight several lines, highlight symbols via regular expressions, mark text as inserted or deleted, and even perform a diff.
Describe the solution
Allow developers to add additional metadata next to the snippet name that will get added to the code block at render time.
would become in your C# code
And in markdown would become
The resulting output might look something like
Additional context
See Expressive Code at this link. https://starlight.astro.build/guides/authoring-content/#expressive-code-features and here https://github.com/expressive-code/expressive-code/tree/main/packages/astro-expressive-code
The text was updated successfully, but these errors were encountered: