Isaac Muse

Results 741 comments of Isaac Muse
trafficstars

> [@facelessuser](https://github.com/facelessuser) as a reminder, we use our own custom [serializer](https://github.com/Python-Markdown/markdown/blob/master/markdown/serializers.py), not etree's built-in one. And that allows us to address things like this. Oh, right, I forgot about that....

Obviously, GPL 2.0 is not compatible with BSD, but I question whether it matters in this case. And what I mean by this, do we need to keep the license...

@waylan just allow prereleases ```yaml with: python-version: ${{ matrix.python-version }} allow-prereleases: true ```

Obviously, text/prose is copywritable, but we are essentially monkeying the behavior of PHP Markdown , not copying their code. Maybe for safety, we recopy the tests cases from PHP Markdown...

Here's a discussion on the matter: https://opensource.stackexchange.com/questions/7503/implications-of-using-gpl-licenced-code-only-during-testing. Granted, I don't think anyone taking in that thread is a lawyer, and I'm not either. So, 🤷🏻.

I'll likely start working through this as it is pretty important to get this taken care of before we do another release. My focus will be just on removing PHP...

It ended up not being too bad. Many tests were already disabled, and the remaining ones only had a handful of cases not covered elsewhere (at least I think, it's...

Are we talking about "github" mode? Little detail is provided in your post. It is likely that that GitHub uses post processing live in the browser by importing Mermaid. If...

Just to add some more info. The GitHub styling, specifically for when the GitHub parser is used, employs the styling provided from here https://github.com/sindresorhus/github-markdown-css/issues. This does not include JS from...

Yeah, just stumbled on this problem as well when testing out #7. ``` vue.esm-browser.js:1793 Uncaught TypeError: Cannot read properties of null (reading 'color') at onColorchange (eval at compileToFunction (vue.esm-browser.js:1:1), :47:70)...