Taneli Hukkinen

Results 44 issues of Taneli Hukkinen

Committed via https://github.com/asottile/all-repos

Do you have plans for allowing strict type-checking of tests using the default argument syntax? The issue I see here is that the parameter should be annotated with the type...

I feel like the docs could maybe give a special mention to the toctree directive, given how its usage seems mandatory for anything but the most trivial single page docs....

documentation

token.info is always a `str` so we can do this

It appears to me that "Target" is block level token, not inline (as currently documented), and does block token like things, e.g. splitting a paragraph in two. Is it intentional...

documentation

Closes https://github.com/executablebooks/markdown-it-py/issues/198 Improves performance. Deprecates: - `StateBase.srcCharCode` - Inputting codepoints as type `int` to `skipChars`, `skipCharsBack`, `isTerminatorChar`, `isLetter` and `isSpace`

### Describe the problem/need and solution **Problem / Idea** According to updated benchmark results (https://github.com/executablebooks/markdown-it-py/pull/196) mistletoe beat us. This is embarrassing. Haha, no, hats off to mistletoe authors! **Solution** The...

enhancement