feat(client): show line numbers on video questions (#39207)
This commit is contained in:
committed by
GitHub
parent
511238d36e
commit
e7346baa34
@ -63,7 +63,10 @@
|
||||
"python",
|
||||
"svg",
|
||||
"xml"
|
||||
], "theme": "default", "css": true
|
||||
],
|
||||
"theme": "default",
|
||||
"css": true,
|
||||
"plugins": ["line-numbers"]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
@ -221,7 +221,7 @@ export class Project extends Component {
|
||||
</i>
|
||||
</div>
|
||||
<ChallengeDescription description={description} />
|
||||
<PrismFormatted text={text} />
|
||||
<PrismFormatted className={'line-numbers'} text={text} />
|
||||
<Spacer />
|
||||
<ObserveKeys>
|
||||
<div className='video-quiz-options'>
|
||||
|
Reference in New Issue
Block a user