Yuriy Demidov

Results 31 issues of Yuriy Demidov

Markup: ```md {% cut "{title}" %} content {% endcut %} ``` `transform()` crash with error ``` Uncaught TypeError: Cannot read properties of undefined (reading 'type') at exports.getMatchingOpeningToken (utils.js:236:1) at Object.transform...

bug
runtime error

When import main package (`highlight.js`), all avalilable languages are loaded automatically. To import only core we need to import from `highlight.js/lib/core` For more information see docs: https://highlightjs.org/#as-a-module

The markup ```md {% list tabs %} - tab1 content of tab1 {% list tabs %} - nested_tab1 content of nested tab1 {% endlist %} {% endlist %} ``` converts...

bug

We need to visually separate the inline code and the inline code with a link, because they are almost indistinguishable For example, in github: [link](http://example.com) `code` [`code_with_link`](http://example.com) In YFM (same...

enhancement

I have updated codemirror editor to next majority version Migration guide: https://codemirror.net/docs/migration/ This is major feature because it modifies the toolbar actions API for markup mode

Remove Lodash from dependencies and replace his methods with own

dependencies

Move code of yfm-cut plugin to separate extension [`@diplodoc/cut-extension`](https://github.com/diplodoc-platform/cut-extension/) and use it in transformer

### Description In markdown-it lists rendered differently depending on the indentation between the list items (look at the distance between the elements): | Markup | Result | |--------|--------| | |...

enhancement

### Description Wysiwyg serializer does not escape `_` symbol in content. This may cause differences in the display in wysiwyg and in the html rendered in makrdown-it. For example in...

bug
good first issue