Results 34 comments of Brian

Just tested this with composer and it works as expected. This can be closed as fixed. `composer require citation-style-language/styles:0.0.149` downloads the latest tag. The other tag versions work as well.

This would be helpful for us. Looks like https://github.com/citation-style-language/styles is already set up this way, and a git tag is created for each commit which is helpful to, so it...

Curious why Acquia CMS doesn't depend on BLT?

Note a similar issue was opened in #51 but closed as their problem was resolved by hardcoding an ignore for NOSCRIPT elements.

So I planned to create a merge request to add the ability to customize the list of elements to ignore, but I ran into a hiccup that made it difficult...

Thanks for the suggestion. That won't actually work, as the way smartquotes works is you're passing in the "root" element. It scans all text nodes within it. So really I...

I was calling it using `smartquotes().listen();` To work around this problem, we modified it so that we no longer use listen(), and we only invoke it if the page doesn't...

+1 to this. An issue with the current language parts implementation is that it only works with spans. But if you specify an RTL language, it adds the "dir" attribute...

Yes! This would be great. The "type" attribute on unordered lists is deprecated and we don't want our users to use it, but we _do_ want them to use the...

Oof, also spent two hours chasing this. I was so confused why composer was auto-adding symfony/http-client. Eventually figure out it was this plugin. I disabled the plugin, but adding logging...