Results 108 comments of Zachary Vance

Thanks. Added as 9756bcff6efb04d6f8e776a5b9bf6c2fd785b5a2

Dupe of https://github.com/janestreet/base/issues/159 which was closed without fixing

I wrote this to get lighter output than provided by https://github.com/mixmark-io/turndown/pull/448, which converts entire elements to HTML.

That replacement code is cleaner, I agree. Maybe innerHTML would work better than outerHTML, even? I unfortunately am no longer in place to verify this easily. I just completed my...

This is expected, and will render correctly in HTML. Otherwise, some markdown engines render _ inside a word as italics. https://www.markdownguide.org/basic-syntax/#italic-best-practices

OK, turns out the issue here is that it's a `` block rather than a `` block. I'd still like it to work but unsure if it should be moved...

Reasonable question. Shouldn't `%z` reject `-04:00`? It doesn't, currently. Both should parse the alternative format, or neither, for the sake of consistency. The current behavior for `%z` is old (predates...

I think either implementation would be an improvement. I raise no objection :)

On 2024-09-24 8:11 pm, Ndolam wrote: > Just out of curiosity, should the original file be backed up (x.jpg backed > up to x.jpg.bak, for example) or are you happy...