in src/components/syntax-highlighter.ts [182:197]
innerHTML: String(i + (props.startingLineNumber ?? 1)),
})),
}
]
: []),
...(this.props.block === true
? [
...(this.props.unlimitedHeight !== true ? [ moreContentIndicator.render ] : []),
{
type: 'div',
testId: testIds.chatItem.syntaxHighlighter.buttonsWrapper,
classNames: [ 'mynah-syntax-highlighter-copy-buttons' ],
children: [
...this.codeBlockButtons,
...(props.language != null && this.props.hideLanguage !== true
? [ {