Jean Abou Samra
Jean Abou Samra
From further experimentation it looks like this problem shows up when the title contains spaces.
Oh, actually, I see now that `markdown_it` doesn't even recognize that syntax as a link. Reading the CommonMark spec, I see that I should have written `[the title]()`. Sorry for...
I am starting to wonder if it would be appropriate for MyST not to require these brackets after all. For context, what triggered me to move my projects to MyST...
OK. Too bad, but I understand. Some possibilities remain not explored, though, e.g. this sort of mix between reST role with target syntax and Markdown doesn't look totally unconceivable to...
Additionally, the fix that changes ``` ls = list(some_iterable) ls.sort() ``` into ``` ls = sorted(some_iterable) ``` should be documented. Actually, I can't find its error code.
@ivmai Sorry to bother you with this — any update on the 8.2.3 release?
Thanks, but you need to update the golden test output with `tox -- --update-goldens`. The change looks reasonable to me if this is the prompt in SUSE, but there are...
Now that [2FA is mandatory on PyPI](https://discuss.python.org/t/announcement-2fa-now-required-for-pypi/42251/), I think this becomes a reasonable change.
Exactly, I have a WIP implementation doing this for all formatters (mostly done, not well-tested, and I got distracted by life).
Well, this is not really possible to do properly with the current API. To highlight a diff, you need all the context before and after (imagine the diff is in...