in plugins/gatsby-remark-header-custom-ids/index.js [11:17]
function patch(context, key, value) { if (!context[key]) { context[key] = value; } return context[key]; }