Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CodeBlock

import type { CodeBlock } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.2/mod.ts";

the type which represents a line in a code block

interface CodeBlock extends Block {
filename?: string;
lang: string;
}

§Extends

§Properties

§
filename?: string
[src]

the file name of the code block

§
lang: string
[src]

the language of the code block