Skip to content

Commit 2df2008

Browse files
committed
🐛 filenameはどのコードブロックでも存在するようになった
1 parent 569ad3e commit 2df2008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface CodeBlock extends Block {
6161
lang: string;
6262

6363
/** the file name of the code block */
64-
filename?: string;
64+
filename: string;
6565
}
6666

6767
/** the type which represents a line in a table block */

0 commit comments

Comments
 (0)