@metablock/notebook
TypeScript icon, indicating that this package has built-in type declarations

0.26.8 • Public • Published

Metablock Notebook

npm version

A library for rendering markdown, math, code, editing, executing code inline, and much more!

Usage

import { Notebook } from "@metablock/notebook";
const el = document.querySelector("body");
const markdown_text = `
# Title

This is an example notebook.
`;
const notebook = new Notebook();
notebook.render(markdown_text, el);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.26.8
    3
    • latest

Version History

Package Sidebar

Install

npm i @metablock/notebook

Homepage

metablock.io

Weekly Downloads

4

Version

0.26.8

License

ISC

Unpacked Size

219 kB

Total Files

69

Last publish

Collaborators

  • lsbardel
  • qmbot