latest
kentasaito/test2It is a lightweight markup language. It runs on browsers, runtimes, CLIs and Visual Studio Code.
This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers




JSR Score
100%
Published
2 months ago (0.0.3)
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.js"; console.log(Indentdown.getHtml("Header\n paragraph")); </script>
Runtimes
import { Indentdown } from "jsr:@kenta/test"; console.log(Indentdown.getHtml("Header\n paragraph"));
CLIs
$ echo -e 'Header\n Paragraph' | deno run ./indentdown.ts
or
$ deno run --allow-read ./indentdown.ts ./test.id
Links
- Website: https://indentdown.deno.dev
- JSR: https://jsr.io/@kenta/test
- GitHub: https://github.com/kentasaito/test
- Visual Studio Marketplace: In preparation
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.
Add Package
deno add jsr:@kenta/test2
Import symbol
import * as test_ from "@kenta/test2";
Import directly with a jsr specifier
import * as test_ from "jsr:@kenta/test2";
Add Package
pnpm i jsr:@kenta/test2
pnpm dlx jsr add @kenta/test2
Import symbol
import * as test_ from "@kenta/test2";
Add Package
yarn add jsr:@kenta/test2
yarn dlx jsr add @kenta/test2
Import symbol
import * as test_ from "@kenta/test2";
Add Package
npx jsr add @kenta/test2
Import symbol
import * as test_ from "@kenta/test2";
Add Package
bunx jsr add @kenta/test2
Import symbol
import * as test_ from "@kenta/test2";