Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/readable/markdown/ast.ts>Point

๐Ÿ‘“ Opinionated Markdown formatter, featuring semantic line breaks
Latest
type alias Point
import { type Point } from "https://deno.land/x/readable@v0.5.0/markdown/ast.ts";

Point within the text of a node

definition: { line: number; column: number; offset: number; }