Yuriy Demidov
Yuriy Demidov
not relevant after the codemirror update
closed in favor of #505
Implementation a suitable attribute parser: diplodoc-platform/utils#19
Option in transformer: diplodoc-platform/transform#647
Same problem with inline math from [diplodoc-platform/latex-extension](https://github.com/diplodoc-platform/latex-extension)
I changed target branch to `v15next` because source branch contains commits from `v15next` I suggest reviewing and merging this PR after we migrating to uikit7
`{name}` – is attributes syntax `@diplodoc/transform` uses the [`markdown-it-attrs`](https://github.com/arve0/markdown-it-attrs) plugin, and it applies attributes from `{}` to the current block If you want to disable attributes parsing, just add option...
Let's remove re-exports of extensions: - [ ] [remove re-export of cut-extension](https://github.com/diplodoc-platform/transform/blob/master/src/transform/plugins/cut.ts) - [ ] [remove re-export of tabs-extension](https://github.com/diplodoc-platform/transform/blob/master/src/transform/plugins/tabs.ts)
Remove [`imsize`](https://github.com/diplodoc-platform/transform/blob/484c649f0f3fcf0767acd5b01fa45a894ab5df66/src/transform/plugins.ts#L32C9-L32C9) from list of default plugins Use native image syntax with attributes instead ```md  ===> {width=100 height=100} ```
Problem in transformer, same issue in diplodoc: diplodoc-platform/transform#559