-
Notifications
You must be signed in to change notification settings - Fork 589
feat: introduce Expressive Code for code block rendering #476
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I had a quick question about something I noticed: the original implementation accounted for both light and dark themes by allowing two theme options — did that cause any issues? |
It didn't cause issues. Making code blocks always dark is partly just my personal design preference (as is the current implementation). Additionally, since I need to make modifications to Expressive Code's styling, supporting only a dark theme simplifies the work that I can release this more quickly. I might add an option later to enable light code blocks in light mode. |
I see, that makes sense. Thanks for the clarification — understood! |
Based on #330
Introduce Expressive Code for code block rendering with features such as code markers and collapsible sections.