All Projects → WebReflection → Consolemd

WebReflection / Consolemd

Licence: isc
Bringing echomd to console.

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].