Waylan Limberg

Results 369 comments of Waylan Limberg

Well, I had no idea that file was there. In fact, the php tests were added before I joined the project, so we are not likely to get a definitive...

Sigh. It appears that GitHub has not yet added the final release of Python 3.13. We'll need to rerun the tests when they do.

I forgot that this existed. Thanks for the reminder. It has been merged now.

> Maybe for safety, we recopy the tests cases from PHP Markdown and throw out those that we don't want to follow and update the license? I guess you can...

I should point out that according to test coverage reports, we are relying on the PHP and/or Perl tests for some stuff. With all tests run (1038 tests, 24 skipped)...

Hmm, this used to me mentioned in our documentation. Not sure when or why it was removed. But, yes, I agree, we should be documenting this. Although, an argument has...

`nh3` is great, but as it consists of bindings to a Rust package, that means it is not a pure Python package and not universally installable---and that gives me pause....

I'm thinking option 1 would be the best choice as it is the least disruptive.

You are using an indented code block (not fenced as you claim) nested in a list item. That means you need 2 levels of indent: 1 for the nesting and...

Ah, so you want your `` tag to be treated as block-level raw HTML. Note that the Markdown [rules](https://daringfireball.net/projects/markdown/syntax#html) state: > The only restrictions are that block-level HTML elements — ...