embed any javascript codes
1 | {% npmrunkit id:custom %} |
// GeoJSON!
var getJSON = require("async-get-json");
await getJSON("https://storage.googleapis.com/maps-devrel/google.json");
auto fix on duplicated id
1 | {% npmrunkit id:custom %} |
const boxen = require("boxen");
const options = {
borderStyle: "classic",
padding: 1
};
const title = boxen("Boxen gets your text noticed!", options);
title + "\nAny other text is simply text :)";