Skip to content

Commit

Permalink
Merge pull request #39 from takker99/fix-filename
Browse files Browse the repository at this point in the history
🐛 filenameはどのコードブロックでも存在するようになった
  • Loading branch information
takker99 authored Jan 6, 2023
2 parents 569ad3e + 2df2008 commit 7c38bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export interface CodeBlock extends Block {
lang: string;

/** the file name of the code block */
filename?: string;
filename: string;
}

/** the type which represents a line in a table block */
Expand Down

0 comments on commit 7c38bde

Please sign in to comment.