UNPKG

markdown-cheatsheet

Version:

markdown cheatsheet document for testing markdown

6 lines (5 loc) 156 B
var fs = require('fs') var path = require('path') module.exports = function () { return fs.readFileSync(path.join(__dirname, 'cheatsheet.md'), 'utf-8') }