Make it possible to configure line numbers via CodeMirror #38
Labels
blocked
This is blocked until another issue is resolved
documentation
Improvements or additions to documentation
enhancement
New feature or request
Description / Summary
CodeMirror supports showing line numbers through the lineNumbers option. This option appears to be set to false by default. It would be nice if we could enable this option from this Sphinx theme.
Value / benefit
When the code is run in a cell and it has an error, it references line numbers. It would be nice if those line numbers were visible in the editor.
Implementation details
I think this option could be forwarded from sphinx-thebe to mainland thebe, and then onwards to CodeMirror.
Tasks to complete
The text was updated successfully, but these errors were encountered: