Skip to main content
Home

@kenta/test@1.0.23
Built and signed on GitHub Actions

A lightweight markup language

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
9 months ago (1.0.23)

Indentdown

It is a lightweight markup language.
It runs on browsers, runtimes, CLIs and Visual Studio Code.

About "Indentdown live preview" for Visual Studio Code, see:
Indentdown live preview for Visual Studio Code

Examples

Web browsers

<script type="module">
  import { Indentdown } from "./Indentdown.min.js";
  console.log(Indentdown.getHtml("Header\n  paragraph"));
</script>

Runtimes

import { Indentdown } from "jsr:@kenta/test";
console.log(Indentdown.getHtml("Header\n  paragraph"));

CLIs

$ mv indentdown.x86_64-unknown-linux-gnu indentdown
$ chmod +x ./indentdown
$ echo -e "Header\n  paragraph" | ./indentdown

Indentdown live preview for Visual Studio Code

Edit Indentdown files with live preview.

To open the preview panel, while editing a file with the ".id" extension, click the Preview button in the top right corner of the editor or press Alt+I.

open-preview-panel

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:@kenta/test

Import symbol

import * as test from "@kenta/test";
or

Import directly with a jsr specifier

import * as test from "jsr:@kenta/test";

Add Package

pnpm i jsr:@kenta/test
or (using pnpm 10.8 or older)
pnpm dlx jsr add @kenta/test

Import symbol

import * as test from "@kenta/test";

Add Package

yarn add jsr:@kenta/test
or (using Yarn 4.8 or older)
yarn dlx jsr add @kenta/test

Import symbol

import * as test from "@kenta/test";

Add Package

vlt install jsr:@kenta/test

Import symbol

import * as test from "@kenta/test";

Add Package

npx jsr add @kenta/test

Import symbol

import * as test from "@kenta/test";

Add Package

bunx jsr add @kenta/test

Import symbol

import * as test from "@kenta/test";