Sergey Makhnatkin
Sergey Makhnatkin
You should connect additional plugins — here’s an example: https://github.com/gravity-ui/markdown-editor/blob/main/demo/defaults/md-plugins.ts#L72 Please let us know if it worked. If it did, could you also share what could be improved in the...
will be fixed in https://github.com/diplodoc-platform/transform/issues/779
https://github.com/nkjmsss/markdown-it-color/pull/17
Found one issue — in markup mode, using the toolbar button doesn’t add escaping. Since we work with plain text there, I’m not sure how easy it is to support...
We should also check the behavior in the Popup
@ogonkov is it still actual?
@mordvinx Я проанализировал код и зависимости — у нас `prosemirror-model` зафиксирован на `~1.23.0`, а команда `npm ls prosemirror-view` не выявила проблем с дублированием. Предположил, что проблема могла быть связана с...
@ponyr1der We have a demo mode in the demo folder. But this issue concerns disabling editing mode. Is the preview from the demo suitable? Or do you need to disable...
Thanks for the explanation. This case is valid. We think that this can be solved by making the following changes: 1. support for the read-only mode for the markuo editor....
We want to solve this problem by setting [styles in YFM](https://github.com/diplodoc-platform/transform) for the paragraph inside the list, so that it is displayed compactly.