Skip to main content
Module

x/markdown/mod.ts>RulesBlockBase

Deno Markdown module forked from https://github.com/ts-stack/markdown/tree/bb47aa8e625e89e6aa84f49a98536a3089dee831
Latest
interface RulesBlockBase
Re-export
import { type RulesBlockBase } from "https://deno.land/x/markdown@v2.0.0/mod.ts";

Properties

newline: RegExp
code: RegExp
hr: RegExp
heading: RegExp
lheading: RegExp
blockquote: RegExp
list: RegExp
html: RegExp
def: RegExp
paragraph: RegExp
text: RegExp
bullet: RegExp
item: RegExp

List item ().