Hsiaoming Yang

Results 274 comments of Hsiaoming Yang

To parse it correctly, we need to parse the link character by character. For now, mistune is using regex.

@dmytro-GL You can try `joserfc`: https://jose.authlib.org/en/guide/jwk/#as-dict

Great. I'd like to accept this feature.

This is because the pattern is a subset of `ref_link`'s regex pattern. As you can see, the footnote plugin is also registered before `ref_link`: https://github.com/lepture/mistune/blob/master/src/mistune/plugins/footnotes.py#L162-L167