Skip to main content
Module

x/display/mod.ts>md

Rich Displays for Jupyter JavaScript Kernels
Go to Latest
variable md
import { md } from "https://deno.land/x/display@v0.1.1/mod.ts";

Markdown Tagged Template Function.

Takes a template string and returns a displayable object for Jupyter frontends.

Example usage:

md`# Notebooks in TypeScript via Deno Deno logo

  • TypeScript ${Deno.version.typescript}
  • V8 ${Deno.version.v8}
  • Deno ${Deno.version.deno} 🔜 1.37.0

Interactive compute with Jupyter built into Deno! `