Skip to content

Files

Latest commit

5571e28 · Sep 9, 2020

History

History
21 lines (15 loc) · 385 Bytes

notebook-cells.md

File metadata and controls

21 lines (15 loc) · 385 Bytes

Yay!

This shoould _not_ be highlighted
const a = 'this is highlighted js code but not a docable cell';

This is a docable file cell... that can be used to create file content.

console.log( Math.random().toString(36).substring(2) );

and a command cell, that can be run.

node random_id.js