Isaac Muse

Results 913 comments of Isaac Muse

> I think probably the real question here is if we should try to fix or roll back https://github.com/Python-Markdown/markdown/pull/1546. I'm concerned that a fix would require a major refactor of...

Yeah, a "do-nothing" may be what we need.

Right now, because this is the default, it's likely providing very undesirable results for many, at the very least, the new behavior should be turned off by default. Personally, I'm...

I'm fine with this change in the default. We can add a note that disabling the flag is experimental.

You can already use other slugify options if desired or write your own (I have my own that I use [here](https://facelessuser.github.io/pymdown-extensions/extras/slugs/)). The one thing that you cannot control is the...

I'll have a fix-up later today. I had to make changes my lib conform when explicitly requested to do so. I have it working in Color.js locally: ```js > new...

I guess I should clarify the fix will contain the longer fix, not implement carry forward. Carry forward will require some thought on if/how Color.js wants to abstract it generally.

Hue handling now matches CSS per https://github.com/color-js/color.js/pull/474 which is now on main. Carry forward has not been implemented. This will need consideration of how to implement it within this library...

Currently, the only questionable one I can think of is HPLuv. P is a saturation like coordinate, but not really the same thing. I can't recall if I tested it...

The issue for this has been identified, and a PR is up #4007. Assuming the MkDocs team sees this, merges it, and releases it.