Jon Schlinkert

Results 1114 comments of Jon Schlinkert

> where people forget to run markdown-toc I don't think that's relevant, is it? It sounds like `watch` is being used. Otherwise, I'm confused at what value this would provide.

> I think we're confusing things a bit here, Yes, one of us is lol

> Instead of two indentation spaces one must use four: does this conflict with indented code blocks in lists?

I think we can just allow the indentation to be passed.

Can you show me where that is documented? The option is `firsth1` I believe. [documented here](https://github.com/jonschlinkert/markdown-toc#optionsfirsth1)

You can also use [options.filter](https://github.com/jonschlinkert/markdown-toc#optionsfilter) to exclude headings.

ah, ok thanks so much for double-checking. looks like a bug

I use this in many different documents that have markdown inside of `pre` tags and I've never seen this happen. Please provide an example of what's causing the bug so...

After thinking about this, I think that's technically correct as it is. If you were to use gfm instead of ``, you would get the following (using an array because...