Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Indentdown live previewNew to Visual Studio Code? Get it now.
Indentdown live preview

Indentdown live preview

Kenta Saito

|
3 installs
| (0) | Free
A lightweight markup language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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
    • Syntax: https://indentdown.deno.dev/syntax.html
    • Demo: https://indentdown.deno.dev/demo.html
    • Downloads: https://indentdown.deno.dev/download.html
  • 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.

open-preview-panel

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft