Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: change theme to use

...

For large code block, insert the code block macro: choose your syntax, check theĀ CollapsibleĀ option and use the Midnight DJango theme.

Code Block
languagejs
themeMidnight
collapsetrue
"use strict";

// require npm packages
const bl = require('bl');
const https = require('https');

// require modules
const exportAsCsv = require('./exportAsCsv.js');
const address = require('./settings.js').address;

...