gatsby-remark-dictionary
Version:
Create a dictionary of word and phrases to be converted to highlighted values and links. define once and all phrases will be converted during build time.
11 lines • 585 B
JavaScript
module.exports = [{
"matchers":["amazon"],
"title": "is an American multinational technology company based in Seattle, Washington, which focuses on e-commerce, cloud computing, digital streaming, and artificial intelligence"
}, {
"matchers":["google llc", "alphabet inc", "biggest search engine"],
"link": "https://en.wikipedia.org/wiki/Google",
"title": "is an American multinational technology company that specializes in Internet-related services and products"
}, {
"matchers":["facebook"],
"link": "https://en.wikipedia.org/wiki/Facebook",
}];