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",
|
"python",
|
||||||
"svg",
|
"svg",
|
||||||
"xml"
|
"xml"
|
||||||
], "theme": "default", "css": true
|
],
|
||||||
|
"theme": "default",
|
||||||
|
"css": true,
|
||||||
|
"plugins": ["line-numbers"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@ -221,7 +221,7 @@ export class Project extends Component {
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<ChallengeDescription description={description} />
|
<ChallengeDescription description={description} />
|
||||||
<PrismFormatted text={text} />
|
<PrismFormatted className={'line-numbers'} text={text} />
|
||||||
<Spacer />
|
<Spacer />
|
||||||
<ObserveKeys>
|
<ObserveKeys>
|
||||||
<div className='video-quiz-options'>
|
<div className='video-quiz-options'>
|
||||||
|
Reference in New Issue
Block a user