Waylan Limberg
Waylan Limberg
@Alexey-T we have certainly done that in the past. However, we don't call the `zipimport` lib at all. However, packages which use embeddable Python do. Therefore, the package which explicitly...
> Web components are custom HTML components that are required to have `-` in their names. Can you point us to a spec for this?
Thank you for the links. There are two things I need to mention here. First of all, the way Python-Markdown handles raw HTML is to define a [list of known...
I'm not able to replicate that behavior in any recent version. With versions 3.3.0 through 3.3.3 I get: ```html foo ``` However, I see that in #1069 (which is part...
Interesting request. Personally the only time I use titles is for the `seealso`type as the class doesn't have the space and the title does (`!!! seealso "See Also"`) Therefore the...
The single/double thing is relatively easy to do too. Replace `"(.*?)"` with `("|')(.*?)(\1)`. Of course, you'd need to adjust the group number to fit in the larger regex (or maybe...
I think I'd prefer trying to implement backlash escaping before doubling the quotes: ``` !!! class "Insert an image " ``` Of course, for that to...
@facelessuser I realize your time has been taken up with other things lately so I thought I'd give you a heads-up. I expect to release version 3.3 once #1026 is...
> 2\. Even if other parsers allow `- - - list`, this is difficult to use in the real world, and I suspect simply on oversight as I can't see...
Thanks. As the old issue was deleted, we had completely forgotten about it.