Evan Jacobs

Results 306 comments of Evan Jacobs

The problem is we still continue processing the inner content of the blockquote to feed into your custom component, so you end up with nested paragraph tags, the deepest one...

(This would be a breaking change, but feels like probably a good addition.)

Oh hmm, I guess they must have changed the types. We can fix it for v8

Superceded by #502, thank you for contributing!

Try `String.raw` https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/raw

No fork needed, just make sure you're passing in real content and put a fallback string if necessary.

The reason why `push` trigger is undesirable is it only operates on the most recent commit without taking the context of the PR into account. For instance, for a PR...

Personally I prefer the long form of all the props because it's less confusing, albeit somewhat less convenient

> Why do we have `w`, `h`, `p`, `m` then? Legacy decision. Given that it's been around for a while, hesitant to remove, but don't want to add more of...