Isaac Muse
Isaac Muse
Support for this would require quite a bit of work. We would need to write proper validators for each kind of input type. I am not sure when this will...
I don't know if these will make it into version 1.0 or not. There are no real implementations of this available. Some things seem to still be in flux, such...
It might be nice to spawn a custom parser where you can just add your namespace mapping once, and all calls will pick it up. You could still do a...
## Problem Description I don't think the conversion is a bug, but I am more questioning the `inGamut` check, though I understand what it is doing, and technically it isn't...
## Problem I was trying to recreate some of the examples from the CSS 5 mixing drafts, as this project seems to be a playground for expressing those ideas, and...
So it seems the library, on convert, will identify cases where a hue is null in `hsl`, `lch`, and `hwb` (not so much `hsv`). In these cases, if the criteria...
Doing some prototyping of #1175, I ran into a particular issue. In the attempt to try and utilize a YAML-ish frontmatter header for general purpose block extensions, I noticed that...
The following example shows that raw HTML that has empty newlines in the content are not handled properly, and are instead treated as incomplete HTML fragments. ```py import markdown print(f"Markdown:...
So, I've been thinking about this recently and curious if you'd be open to a tweak regarding admonition titles. Admonition title content can be parsed by markdown down, but the...