CodeBlock
import type { CodeBlock } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/mod.ts";
一つのコードブロックを表す
interface CodeBlock {
endId: string;
indent: number;
lines: string[];
startId: string;
updated: number;
}import type { CodeBlock } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/mod.ts";
一つのコードブロックを表す