Skip to main content
Module

x/rimu/mod.ts>Options

Readable text to HTML markup language
Latest
interface Options
Re-export
import { type Options } from "https://deno.land/x/rimu@11.4.0/mod.ts";

An object with zero or more optional properties to control Rimu Markup translation in the render() API.

Properties

optional
safeMode: number
optional
htmlReplacement: string
optional
reset: boolean
optional
callback: CallbackFunction