mui / material-ui

Material UI: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
https://mui.com/material-ui/
MIT License
91.86k stars 31.57k forks source link

[docs-infra] Add line and word highlighting on code blocks #41509

Open danilo-leal opened 2 months ago

danilo-leal commented 2 months ago

Summary

Sometimes, we may want to draw attention to a specific part of a code snippet. That can be either a small function, a variable, or an entire line. We currently lack a way of doing this "natively" within our docs-infra experience. Here's just a quick preview of what this could look like:

Screenshot 2024-03-15 at 19 28 49

Benchmark

JoseBarriaSantos commented 2 weeks ago

Hey, can I work on this feature? Seems interesting

danilo-leal commented 2 weeks ago

@JoseBarriaSantos go ahead!