How do blocks of code in the body content display line numbers when browsing tiddlers

Using the CodeMirror plugin, you can display the line number during editing. How can I display the line number after editing?

The code mirror editor plugin does this. V5 has an option you set.

Usualy after editing the tiddler is rendered and line numbers are not available.

CodeMirror >= V5?

Let me have a try