mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
93.98k stars 32.29k forks source link

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

Open danilo-leal opened 8 months ago

danilo-leal commented 8 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 6 months ago

Hey, can I work on this feature? Seems interesting

danilo-leal commented 6 months ago

@JoseBarriaSantos go ahead!