ZothOmmog

Results 3 issues of ZothOmmog

Fixes #835 This PR adds the ability to display line numbers in code blocks. Users can now toggle line numbers visibility through a checkbox in the code block toolbar.

## Description When switching from markup mode to WYSIWYG mode, checkbox list items without empty lines between them completely disappear, except for the first item. ## Markup ``` [ ]...

### Description Code blocks currently lack the ability to display line numbers. ### Proposal Add an optional feature to enable line numbering. For example, something like this: ``` ```javascript showLineNumbers...

enhancement