markdown-editor
markdown-editor copied to clipboard
Support line numbers in code blocks
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
const foo = 'bar';
```.
already work with transform 4.55
https://github.com/diplodoc-platform/transform/releases/tag/v4.55.0
already work with transform 4.55
https://github.com/diplodoc-platform/transform/releases/tag/v4.55.0
Yeah, but WYSIWYG does not support line numbers. So I'm reopening this issue