Phil Dibowitz

Results 437 comments of Phil Dibowitz

I cannot reproduce this either with 0.6.0 or with git master: [phil@vulturus (master) markdownlint]$ cat /tmp/test.md # stuff bla bla cut-n-paste shell script into startIPythonNotebook.sh ## things ``` #!/bin/sh #...

Thanks! This seems sane to me. One would hope people specify a version of the docker container, so I'm not overly worried about the breaking change... but can you tell...

https://github.com/markdownlint/markdownlint/pull/387 will fix the tests. I'd super appreciate the auto build-and-tag of docker images based on our tags!

Oh sorry, dropped off my radar. @lesinigo - can you rebase and make sure the tests pass? Then I'll merge. And I would love a PR for the autobuilds.

The project was just recently resuscitated. :) I hit the low-hanging fruit that was blocking releases of various other software first. As I and the other new maintainers have time,...

This seems desired to me... the same number of spaces should be used (preferably, IMO, 2, always).

You're right, according to the spec, [example 266](https://spec.commonmark.org/0.29/#example-266) and [example 267](https://spec.commonmark.org/0.29/#example-267). According to the spec, it must in fact be aligned with there the text started even if that's odd...

Seems reasonable. I'd accept a PR for that.