Skip to content

Instantly share code, notes, and snippets.

const libtidy = require('libtidy')
let options = {
indent: true,
indentSpaces: 2,
markup: true,
doctype: 'omit',
showBodyOnly: true
}
const fs = require('fs')