Anders Kaplan

Results 5 issues of Anders Kaplan

Hi, here's a fix for issue #142. The problem was that the `GithubWiki` token didn't get added to `span_token._token_types` as intended under pytest.

Improved some docstrings: - mapping between mistletoe and commonmark terminology, - describing the representation of the content of the tokens.

This is a DRAFT pull request for a markdown-to-markdown renderer (#4). It's not intended to be merged like this, the reason for creating the pull request is to get some...

Also fixes failing examples 312 and 313 in the CommonMark 0.30 spec. The problem was that tabs were expanded to four spaces, not to tab stops as specified in the...

There are some inconsistencies among the block tokens that maybe should be fixed before stepping up to version 1.0: 1. Trailing newlines are sometimes preserved and sometimes not. `CodeFence` and...