https://github.com/webreflection/consolemd
Bringing echomd to console.
https://github.com/webreflection/consolemd
Last synced: about 1 year ago
JSON representation
Bringing echomd to console.
- Host: GitHub
- URL: https://github.com/webreflection/consolemd
- Owner: WebReflection
- License: isc
- Created: 2016-10-18T18:35:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T09:45:19.000Z (about 2 years ago)
- Last Synced: 2025-01-08T18:09:07.117Z (over 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 40
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# consolemd [](https://travis-ci.com/WebReflection/consolemd)
The [echomd](https://github.com/WebReflection/echomd) conversion tool for browsers and console.
```js
// 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**