Sean Lang

Results 141 comments of Sean Lang

@trobriander Yep, it's licensed under the GPL. You just need to remove the branding, because that's trademarked.

Yeah, I know that `-h` works. It would be nice if the help text was also shown when `--help` is passed in, rather than just `-h`.

Yeah, sorry - I switched to using vim so I probably won't be maintaining this.

Sorry for not replying earlier. The reason why it converts trailing whitespace into a `` is because trailing whitespace is difficult to notice in most editor configurations (including the Atom...

> However I find it much more ugly to have HTML code in MD files than having to look at second time at a line to see whether it wraps....

> I end up with a single line ( with `` somewhere in the middle ) Oh, yes - I agree, and that's fixed in https://github.com/slang800/tidy-markdown/pull/26 (it breaks the line...

I think globbing should be handled by the shell, not the tool. Anyway, this can be solved with https://www.npmjs.com/package/isbinaryfile or something like that

Yeah, I've noticed the same thing on some of my tables (even ones that don't have many links), and moving long links out of the markdown and into a set...

Yeah, I use [argparse](https://github.com/nodeca/argparse) to do the same thing: ![screenshot from 2015-03-18 14 52 43](https://cloud.githubusercontent.com/assets/1049204/6716829/7764def4-cd7e-11e4-9ae0-f3ba65cc2d6a.png) It's more the warning messages that I'd like to fix, like #19

It doesn't have that? I've never actually checked, but I'd be surprised if it didn't because the python version does.