Isaac Muse

Results 839 comments of Isaac Muse

@svgeesus You mentioned you weren't seeing this PR, it's likely because the demos have been moved to this new repo.

You are probably looking for https://python-markdown.github.io/extensions/md_in_html/ which allows you to parse Markdown in HTML block elements.

I view this less as a bug in our extension and more as a weakness of the Python Mardown parser in general. Markdown parsers are implemented in various ways, and...

As an example, this issue exists in Python Markdown without other extensions. Consider this example. Two different link styles nested in each other. ``` [](#id2) ``` It gets transformed into...

As a note, this is a duplicate of #2223 and #1074. Looking things over, the only options are to make Magiclink handle all links and link related types (references included)...

Closing as a duplicate of https://github.com/facelessuser/pymdown-extensions/issues/2223 and https://github.com/facelessuser/pymdown-extensions/issues/1074. No current plans to change behavior per previous statements in duplicated issues and in comments above.

Noted, we can consider it, but I make no promises whether we will head in this direction. I will need time to consider the proposal.

Because this problem stems from the projection of the vector from the original point to the adjusted color onto the original point to the achromatic point falling outside the target...

A fallback to bisect is not really ideal. It turns out there is some warping around the area where the projection starts breaking down before it fully breaks down. Exceeding...

Just to state the issue more clearly. The root of the issue seems to be that in some of these adaptive case in Luv, the projection back onto the Luv...