Yury Puzynya
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.
Fixes #393
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)
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...
Bad news: at current time all code of this package is external API.
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...
Migrate to ESM modules https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
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