Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
),
},
{
strategy: HashTagStrategy,
component: ({ children, decoratedText }) => (
<HashTag
theme={theme}
onClick={this.onHashTagClick}
createHref={this.createHref}
decoratedText={decoratedText}
>
{children}
</HashTag>
),
},
new CodeBlockDecorator({ theme }),
createHeadersMarkdownDecorator(this.config),
createTextColorDecorator(this.config),
];
}