Yury Puzynya

Results 32 issues of Yury Puzynya

Cuts final html doesn't have role and state Looks like we need [expanded](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded) state and some relevant role.

help wanted
a11y

We need to add relevant role to term popup. Also we need to mark term as [live region](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions)

help wanted
a11y

Tabs doesn't support keyboard navigation.

help wanted
a11y

At current time all plugins consumes union (global) configuration object, which passes from md constructor. This configuration method can be buggy on large scope of plugins. Proposal: Move plugin configuration...

major

Bad news: at current time all code of this package is external API.

major

At current time transform is sync function. This limits power of transformation. Propose to add `transform.async` in minor with new experimental features. Propose to change `transform` interface to async in...

major

Migrate to ESM modules https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c

major

Add transform profile info about each plugin. It should be enabled by `profile` option. (Default: `false`). If `profile` option is enabled, transform should expose `profile` info in result object: ```json...

Would be nice to implement adapter for Google and AWS

enhancement