Rebuilt frontmatter templates as template widgets
This commit is contained in:
@@ -11,7 +11,7 @@ export function codeWidgetSyscalls(
|
||||
lang: string,
|
||||
body: string,
|
||||
pageName: string,
|
||||
): Promise<CodeWidgetContent> => {
|
||||
): Promise<CodeWidgetContent | null> => {
|
||||
const langCallback = codeWidgetHook.codeWidgetCallbacks.get(
|
||||
lang,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user