2

I am using material mkdocs package and I want to to highlight lines 7-31 of a JSON code block and I am not sure how to do it. I been have looked through the documentation and have tried many things for a while and nothing has solved my problem.

Does anyone know how to solve this simple problem?

AugustusCaesar
  • 175
  • 2
  • 14

1 Answers1

3

the solution was very simple yet not documented anywhere

hl_lines="7-31"
AugustusCaesar
  • 175
  • 2
  • 14