MCPcopy Index your code
hub / github.com/stackblitz/bolt.new / remarkPlugins

Function remarkPlugins

app/utils/markdown.ts:69–77  ·  view source on GitHub ↗
(limitedMarkdown: boolean)

Source from the content-addressed store, hash-verified

67};
68
69export function remarkPlugins(limitedMarkdown: boolean) {
70 const plugins: PluggableList = [remarkGfm];
71
72 if (limitedMarkdown) {
73 plugins.unshift(limitedMarkdownPlugin);
74 }
75
76 return plugins;
77}
78
79export function rehypePlugins(html: boolean) {
80 const plugins: PluggableList = [];

Callers 1

Markdown.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected