yfm-transform icon indicating copy to clipboard operation
yfm-transform copied to clipboard

Simple transformer YFM (Yandex Flavored Markdown) to HTML.

Results 77 yfm-transform issues
Sort by recently updated
recently updated
newest added

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) and [node-sass](https://github.com/sass/node-sass). These dependencies needed to be updated together. Updates `scss-tokenizer` from 0.2.3 to 0.4.3 Release notes Sourced from scss-tokenizer's releases. v0.4.3 What's Changed Bump acorn from 5.7.3...

dependencies

Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) and [node-sass](https://github.com/sass/node-sass). These dependencies needed to be updated together. Updates `trim-newlines` from 1.0.0 to 3.0.1 Release notes Sourced from trim-newlines's releases. v3.0.0 Breaking: Require Node.js 8 (#1) 75db891...

dependencies

For example: https://example.com/search?q=table%5C(maps This is a valid url, but it breaks the markup of the link. ```[link](https://example.com/search?q=table%5C(maps)``` Github markdown has same problem: [link](https://example.com/search?q=table%5C(maps)

If I write a link with underscores, yfm converts this link as plain text. Example: https://a_b.com

:robot: I have created a release *beep* *boop* --- ## [4.26.0](https://github.com/diplodoc-platform/transform/compare/v4.25.1...v4.26.0) (2024-08-05) ### Features * use <details> tag for cuts ([#476](https://github.com/diplodoc-platform/transform/issues/476)) ([dca71bb](https://github.com/diplodoc-platform/transform/commit/dca71bb11c133f76d481a7abf6e01ce98e5e8cbe)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please)....

autorelease: pending

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

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...