Results 15 comments of frnmst

Thank you Yes I am aware of this bug. I need to add a check that tells the parser to ignore everything between code blocks. I hope to come up...

Thanks a lot. I will add your fix along with the unit tests in the next release. I will keep this issue open in the meantime. See also: - https://github.com/frnmst/todo/blob/master/todo/md-toc.md...

Hello again, for the moment I found these: - https://github.github.com/gfm/#code-fence - https://github.com/vmg/redcarpet/blob/26c80f05e774b31cd01255b0fa62e883ac185bf3/ext/redcarpet/markdown.c#L1389 and I'll have to follow these specs to the letter. See also: https://frnmst.github.io/md-toc/markdown_specification.html

See https://github.com/frnmst/md-toc/projects/1

Done for `github,cmark,gitlab,commonmarker`. Missing `redcarpet`.

I added a section in the documentation a while ago, but not in the main readme so it's not really visible. See https://docs.franco.net.eu.org/md-toc/markdown_specification.html#curiosities I know what you mean: i use...

Maybe making something like a comparison table would be useful. See for ex. [Gitea's one](https://docs.gitea.io/en-us/comparison/)

This has something to do with [atomicwites](https://python-atomicwrites.readthedocs.io/en/latest/) which is used by fpyutils in the write operation. See this comment in atomicwites documentation: > Windows support, although not well-tested. Does this...

Hi, have you got any documentational reference for the use of `` and `_`. I can't find it in [GFM](https://github.github.com/gfm)