Isaac Muse
Isaac Muse
I'm assuming the "dropping" will still be synced with Python, right? Is the supported timeline for each release shorter now as well? Forgive as I was aware of the release...
Okay, that sounds reasonable. I was expecting the main impact to be supporting at least an extra Python version each cycle, and it sounds like that is what will happen.
Hmm, I think using either `'` or `"` is probably a decent compromise. I guess there are some scenarios that are a bit more awkward, but not impossible to workaround:...
I'll look into this and see. Parsing the escapes shouldn't be too difficult.
This is a "nice to have". As I am currently consumed with some other things currently, this may have to wait a bit.
> Would it be possible to special case case !!! seealso to use "See Also" as its title by default? This seems much more readable than the current default of...
@squidfunk, thanks for pointing that out. I think that is a useful point.
> Way back when, I had similar thoughts. However, the [rules](https://daringfireball.net/projects/markdown/syntax#hr) clearly state that spaces are allowed. And I seem to recall an old discussion on the Markdown-Discuss mailing list...
Makes sense to me. I'm sure it's running through the entire algorithm for each `[`. And for each `[`, it runs to the end of the chain of `[`. So,...
> I’m filing this issue in the aftermath of a real denial of service attack that actually took down a large application via a complexity attack on Python-Markdown. Context is...