GitXplorerGitXplorer
m

console.md

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e960e3ae7612e3f15a325f9f008f601ccf7ba28a

major 2.0.0

mmaboiteaspam committed 9 years ago
Unverified
099cb09e9b15a330031dafc6b15faba9dca71b34

rename to @maboiteaspam/console.md

mmaboiteaspam committed 9 years ago
Unverified
a8a7d1b69585f5e012fdf30a8e0dbfe04dd27f6c

improve multiline

mmaboiteaspam committed 9 years ago
Unverified
a1180d8727a4bbaffc42b35dced2e5aa83e004a1

add mdLine

mmaboiteaspam committed 9 years ago
Unverified
724f440a287bae910121204e3b51ca8cf5c40ad4

add mdLine

mmaboiteaspam committed 9 years ago
Unverified
a9a375e56b42a3cdd8d65a0511aacce38447bba7

add mdLine

mmaboiteaspam committed 9 years ago

README

The README file for this repository.

console.md

The missing console.md(msg) to print markdown with the node console object

Install

npm i @maboiteaspam/console.md

Usage

    require('console.md')();

    console.md('__hello__ --the world-- !');

    console.mdLine('__hello__ --the world-- !');

More

You can see it in action in npi