UNPKG

@carrotsearch/gatsby-transformer-html

Version:

A Gatsby transformer plugin for authoring content in HTML. Supports ToC generation, responsive images, section anchors and HighlightJS code highlighting.

2 lines (1 loc) 71 B
exports.notInPre = $ => (i, el) => $(el).parents("pre").length === 0;