UNPKG

cloudcmd

Version:

File manager for the web with console and editor

6 lines (3 loc) 107 B
'use strict'; const markdownIt = require('markdown-it')(); module.exports = (a) => markdownIt.render(a);