Skip to content

Commit 7c38bde

Browse files
authored
Merge pull request #39 from takker99/fix-filename
🐛 filenameはどのコードブロックでも存在するようになった
2 parents 569ad3e + 2df2008 commit 7c38bde

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)