Sergey Makhnatkin

Results 21 issues of Sergey Makhnatkin

1. Moved the parts related to yfm from behavior to yfm 2. Fixed some eslint errors

In order for the [transform](https://github.com/diplodoc-platform/transform) to function properly at runtime, you will need to add some configurations to the [webpack resolve fallback](https://webpack.js.org/configuration/resolve/#resolvefallback). For example, if you are using CRA, you...

Fixes https://github.com/gravity-ui/markdown-editor/issues/368

#### Problem Statement When the editor is placed inside a parent container with `overflow: auto`, the condition at [this line](https://github.com/gravity-ui/markdown-editor/blob/main/src/react-utils/useSticky.ts#L37) (`refPageOffset

### Description There is an unexpected behavior when trying to replace a link whose display text matches the URL. Currently, if a user pastes a new URL into a link...

enhancement

The `esc()` method now checks `state.escapeCharacters`, if defined, and includes its characters in the escape regex. This allows context-specific escaping — for example, in the `color` mark, to escape parentheses...

### Description There is errors ibn console if no peer deps after https://github.com/gravity-ui/markdown-editor/pull/672 ### Proposal move catch part of promise

enhancement

### Description Currently, test analysis is inconvenient and time-consuming. ### Proposal https://github.com/diplodoc-platform/transform/pull/677 https://github.com/ctrf-io/github-test-reporter/issues/131

enhancement