Vitaly Puzrin

Results 331 comments of Vitaly Puzrin

No such plans, sorry. We do not develop mincer anymore. Only do critical bugfixes. I can grant permissions to anyone who is able to maintain this project. As far as...

You don't need any special permissions to create PR. If it will be backward-compatible, i see no problems to accept it.

I'm not interested - no time for that.

No way now. And since this package is not actively maintained, i don't think this feature will appear.

See https://github.com/nodeca/mincer/issues/150 for explanations. Initial concept (sprockets port) is not good for component-based approach, because too file-centric. Probably, this can be reworked as independent package, but i have no resource...

> Do you find it works better? It's better for __my__ needs, because i don't have to think about all possible use cases, engines, extensions and documentation. > What are...

If you decide to dig nodeca bundler or create your own, pay attention to [macros](https://github.com/nodeca/nodeca.core/blob/master/lib/bundler/plugins/macros.js) implementation and related things. The most painful problem is that you can have only sync...

If you can live without maruku-like attributes, you can try https://github.com/markdown-it/markdown-it . It supports all `GFM` / `PHP Markdown Extra` / `Pandoc` extensions, and provides api for plugins.

CM Dingus https://spec.commonmark.org/dingus/?text=%23%20Issue%20579%0A%0A!%5Btext%20%3Ctextarea%3E%20text%5D(image.png)%0A As far as i remember, tags are parsed in alt, but ignored later for security reasons.

Let's close this as spec-related. When reference parser updates behaviour, that will be reflected here.