consolemd

echomd conversion tool for browsers and console

ISC 8 个版本
安装
npm install consolemd
yarn add consolemd
pnpm add consolemd
bun add consolemd
README

consolemd build status

The echomd conversion tool for browsers and console.

// overwritten in browsers if loaded without browserify
// otherwise, in CommonJS env (avoids overwrite)
var console = require('consolemd');

console.log('what a *bold* solution!');

console.log(`
# Bringing MD Like Syntax To Console
It should be something as **easy**
and as _natural_ as writing text.

> Kepp It Simple

Is the idea

  * behind
  * all this

~striking~ UX for \`shell\` users too.
- - -
#green(Enjoy)
`);

Please note if you want to use original version of a method you can console.log.raw('do *it*').

MIT Style License

版本列表
0.3.0 2024-07-19
0.2.1 2018-08-29
0.2.0 2018-08-29
0.1.3 2017-09-20
0.1.2 2017-01-12
0.1.1 2016-10-25
0.1.0 2016-10-25
0.0.1 2016-10-20