Skip to main content
Home

Built and signed on GitHub Actions

Trim off markdown notes, left by its coding blocks.

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
70%
Published
4 months ago (0.7.1)

offmark

jsr npm codecov

Trim off markdown notes, left by its coding blocks.

CLI

cat README.md | npx                    offmark
              | bun    x               offmark
              | pnpm dlx               offmark
              | yarn dlx               offmark
              | deno run           npm:offmark
              | deno run jsr:@imcotton/offmark

License

the MIT

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@imcotton/offmark

Import symbol

import * as offmark from "@imcotton/offmark";
or

Import directly with a jsr specifier

import * as offmark from "jsr:@imcotton/offmark";

Add Package

pnpm i jsr:@imcotton/offmark
or (using pnpm 10.8 or older)
pnpm dlx jsr add @imcotton/offmark

Import symbol

import * as offmark from "@imcotton/offmark";

Add Package

yarn add jsr:@imcotton/offmark
or (using Yarn 4.8 or older)
yarn dlx jsr add @imcotton/offmark

Import symbol

import * as offmark from "@imcotton/offmark";

Add Package

vlt install jsr:@imcotton/offmark

Import symbol

import * as offmark from "@imcotton/offmark";

Add Package

npx jsr add @imcotton/offmark

Import symbol

import * as offmark from "@imcotton/offmark";

Add Package

bunx jsr add @imcotton/offmark

Import symbol

import * as offmark from "@imcotton/offmark";