Titus

Results 869 comments of Titus

- any reason why all node types are upper-cased camelCase? E.g., why `ParameterExpansion` over `parameterExpansion`? I don’t really care but I was wondering if there’s a reason; - `IoRedirect` or...

OK looks good u agree with all your points!

Nope, not supported yet, but interesting, so I whipped this v0.0.1 up: ```js var url = require('url'); var visit = require('unist-util-visit'); var toString = require('mdast-util-to-string'); var report = require('vfile-reporter'); var...

I was hoping you would! You’d just need to `module.exports` `prettyLinks`, and it needs some tests (I’m sure it isn’t perfect around the `url` part). Is that okay? Let me...

[Soon](https://github.com/wooorm/remark/issues/291), in a few days I think! Could you add me? I’ll make sure to migrate it when it’s there!

That happens because `2.·` (middle dot represents space) is three characters, and the code-block is indented with two characters. GitHub and the original Markdown allow that, but the CommonMark spec...

Careful, potentially dangerous (not sure if you knew that already?). I had some similar discussions recently. And opted not to drop the prefix. GitHub still prefixes their headings, and implements...

Maybe of use: https://github.com/wooorm/is-badge (can also be used in GH-251).

It is intentional. This is very old though, so I can’t my original reasoning is vague. And it also means that I’m less inclined to change things. A clearer loop,...