Hsiaoming Yang
Hsiaoming Yang
@miguelbarao I've fixed block math plugin for multiline content.
Thanks for the tips. It took me a night to debug this issue. I didn't change my `config.ts` file, it is weird, without ``` markdown: { headers: true, }, ```...
1.3.2 should work
Released.
The `setup.py` only used for local development. Actually, we didn't pin any version for cryptography. https://github.com/lepture/authlib/blob/master/pyproject.toml#L6 When you encounter an installation issue of cryptography, we recommend you to follow cryptography's...
@codespearhead The client itself only supports S256. We need to add support for `plain` for the client.
Thanks for the fix.
@JinEnMok A pull request is welcome.
@seldonPlan thanks for the `typing_extensions` fix. But the script is not needed. You can use `python -m mistune` to run the script.
@seldonPlan tests failed