variable Marked.rules.blockimport { Marked } from "https://deno.land/x/gfm@0.3.0/mod.ts"; const { block } = Marked.rules; Block-Level Grammar typeRecord<BlockRuleNames, Rule> & Record<BlockSubRuleNames, Rules> & Rules