It would be nice to have a flag to show line numbers on `EuiCodeBlock` when not used inline. e.g. ```typescript <EuiCodeBlock language={this.props.filetype} isCopyable={true} showLineNumbers={true}> {this.state.fileContent} </EuiCodeBlock> ```
It would be nice to have a flag to show line numbers on
EuiCodeBlockwhen not used inline.e.g.